How to display both the label and value in the exported map

ZabihZabih Member Posts: 3 Contributor I
Hi guys, need help urgently. 

I am trying to show both the province label as wells as the value on the map before exporting it in jpeg format. However, I can only see the values in the interactive mode (as an example, Hirat province where I can only see the numerical values in the interactive mode alone). Can you guys please help?

Best Answer

  • ceaperezceaperez Member Posts: 517 Unicorn
    Solution Accepted
    Hi @Zabih

    Tooltip is a dynamic element and is not possible to display all them at the same time ( as far I know)
    other option is to use a trick to display more information with labels. 
    What you can do is to introduce a little piece of code into Plot style->Labels style->.
    Rapidminer is based in Highcharts so using the point class is possible to add more information into the graphs. 
    in this case I used {point.x}:{point.name}

    Best

    Cesar


Answers

  • ZabihZabih Member Posts: 3 Contributor I
    Thanks a lot @ceaperez. I used {point.value}:{point.name} and it worked. Cheers! 
Sign In or Register to comment.