The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
LABELS CHARTS
Best Answer
-
Edin_Klapic Employee-RapidMiner, RMResearcher, Member Posts: 299 RM Data Scientist
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
1
Answers
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.