Skip to content
Advertisement

Highcharts DateTime Localization

Can someone point me to how I can localize the date-related Strings which are hardcoded in the HighCharts js-file. For instance, instead of the default ‘Feb’ date label in the x-axis, I would want the chart to display the localized value ‘Fév’. I tried implementing the localization by setting the options on the language object before the chart is instantiated:

JavaScript

but the chart still displays the default values.

jsFiddle with the problem.

Advertisement

Answer

Just to complete a little bit this topic:

All the options related with language are available here

A full Portuguese example:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement