Internationalization in JavaScript Chart control

18 Nov 20181 minute to read

Chart provides support for internationalization for the following elements:

  • Data label
  • Axis label
  • Tooltip

For more information about number and date formatting, see the internationalization guide: internationalization.

Globalization

Globalization is the process of designing and developing a component that works in different cultures/locales. Use the internationalization library to localize numbers, dates, and times in the Chart component, for example by using the axis labelFormat property.

Numeric Format

The example below globalizes axis, point, and tooltip labels to the EUR currency format.