XY Chart number format

Hello!

I'm using XY Charts in Ignition Perspective, and I noticed the chart requires numbers in US format (e.g., 1234.56) to work correctly.

Is it possible to display the numbers in European format (e.g., 1.234,56) in the chart tooltips and axis labels, while keeping the internal data format unchanged?

Changing locale on session props doesnt work for this.

When european and US format will unify?, would be nice also to unify measurement systems.

Cheers!

1 Like

I don't know, but check out the AM Charts documentation:
https://www.amcharts.com/docs/v4/concepts/formatters/formatting-numbers/

1 Like

Hello!

It seems like it should be possible based on the AM Charts capabilities, but I haven't found a straightforward way to apply those localization settings within Ignition's implementation. Any insights would be appreciated!

ISO and multiple other international standards define the use of either a comma or a dot as the decimal separator and only a space " " between thousands. The standards exist, but even you don't use them.

1 Like