non Gregorian datetime
i have time series based on persian dates, which is behind 1970 (now, we are 1392).
setting xAxis.type= 'datetime' collapse all data as it except datetimes > 1970. tweaking xAxis.labels.format will not help because the provided {value} is collapsed before
what can i do?
what is the best practice to having international (and non gregorian) dates inside highcharts?
This is supported through the global Date option: http://api.highcharts.com/highcharts/global.Date
-
Also you should check out this Highcharts plugin: http://www.highcharts.com/plugin-registry/single/21/Highcharts%20Localization
-
Arash pajoohande commented
actually, in general how to use datetimes before 1970 in highcharts?