LABELS CHARTS

amelgozaamelgoza Member Posts: 1 Contributor I
edited November 2018 in Help

How to format numbers separated by thousands for the labels of the charts in the dashboards?

Tagged:

Best Answer

  • Edin_KlapicEdin_Klapic Moderator, Employee, RMResearcher, Member Posts: 299 RM Data Scientist
    Solution Accepted

    Just in case you use the Web App HTML5 Charts:

     

    You can set the separators for thousands and decimals in the Highcharts lang settings (see screenshot)

    An example would be  {decimalPoint: ',', thousandsSep: '.'} for the German convention.

    In order to display the thousands separator you need to include a comma in the Tooltip Body settings

    point.y:.2f (old) versus point.y:,.2f (new)

    The number 2 reflects the number of decimals which shall be displayed :)

     

    Best regards,

    Edin

     

     

    image.png

Answers

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    Are you using the old flash charts or the newer HTML5 charts?  You might have to do the formating on the RapidMiner Studio process side first. 

Sign In or Register to comment.