Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

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

ZabihZabih Member Posts: 3 Learner II
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: 541 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 Learner II
    Thanks a lot @ceaperez. I used {point.value}:{point.name} and it worked. Cheers! 
Sign In or Register to comment.