"data.text" is the actual text, which is displayed on the axis. You can try converting it to Date object.
Code:var date = new Date(data.text);
and after that you can convert it to Arabic.
Also you can try using our built-in Arabic localization:
http://www.jqchart.com/jquery/chart/ChartFeatures/LocalizationYou need to reference:
Code:<script src="../js/i18n/chart.locale-ar.js" type="text/javascript"></script>
Localization files are included in the jqChart package.
Best Regards,
Dragan Matek
jqChart Inc.