ChartJS Application 1.3 released / Ability to localize labels

Hi all, This new release (1.3) of the ChartJS extension introduces the ability to localize the data labels and tooltips along a given locale and a set of options having the same structure as the ones used by the JavaScript toLocaleString function, for example:

"localization": {
  "locale": "fr-FR", 
  "options": {"minimumFractionDigit": 1, "maximumFractionDigit": 1}
}

Regards,

Stéphane

1 Like