Invient Chart change comma with dot



It is possible to replace the comma with the dot in the Bar Basic Chart - XAxis?
If yes, how can I do it?

Hi,

I couldn’t find any way to achieve that in the Invient chart API even though it is possible in highcharts, which it uses for the actual charts. You could check out
Vaadin Charts
, which uses the Lang class to allow you to specify decimal and thousands separators along with other localization features. The license is, however, commercial, so you’d either need to buy a license or have an active Pro Account to use it.

The other option is to extend invient chart to include the localization parameters. But unfortunately it looks like that would mean forking the project and extending a large part of the client side.

HTH,
/Jonatan