score:4
You will have to do a bit of work to get this into highcharts.
Firstly, find a javascript library which converts dates to persian date. This one looks promising: http://intldate.codeplex.com/
Secondly, you need to customise the highcharts date formatting. Highcharts provides an API to do this:
http://api.highcharts.com/highcharts#Highcharts.dateFormat()
You need to use the dateFormats hook to add a %P option to the date format string which prints in persian format using the javascript library you choose. Once you have defined a %P format, you can customise the date formats to be used on the x-axis: http://api.highcharts.com/highcharts#xAxis.dateTimeLabelFormats
{
second: '%H:%M:%S',
minute: '%H:%M',
hour: '%H:%M',
day: '%P',
week: '%P',
month: '%P',
year: '%P'
}
Note, you can define several dateFormat parameters, not just %P, to handle days, months etc.
Source: stackoverflow.com
Related Query
- how to change highstock date to persian date
- How to change axis label size when exporting in Highcharts / Highstock
- change navigator date format in highstock
- How to toggle date input datepicker in Highstock rangeSelector
- Highstock - How to change tooltip color
- How Highstock determines date
- how to dynamically change chart type in highstock stock chart?
- How to change the theme of a Highstock graph with a button?
- Strange character in the Highstock source code
- How to change line color when loading static csv data into Highcharts Highstock graph?
- Highcharts / highstock how to change title of chart in IE?
- Highcharts Highstock How do I change the label on top of tooltip for OHLC series data?
- How to format Highstock range slider date and time formatting
- How to change UTC timestamp on the Highstock charts?
- How can I change the background color of horizontal bar if date value is less than to current date?
- Highstock Change date format dynamically on clicking range selector button
- How do I add a dropdown to change endRow value in a chart displaying date from an HTML table
- How to change code in "Pie Chart" in HighCharts
- How to add the years in xAxis date format while exporting? Also how to add the data source during the exporting?
- How to import date strings into javascript as UTC objects using HighStock charting?
- How do you change the colour of each category within a highcharts column chart?
- How can I change the colors of my highcharts piechart?
- Highstocks - How to change the default Zoom
- How to change the font family of Highchart to Bootstrap css default font family
- how can I move yAxis labels from Right of chart to left of chart in highstock
- How to change the text color in Highcharts
- How do I dynamically change a data point in Highcharts using JavaScript
- Displaying Persian dates in highchart from its corresponding Georgian date
- How to create a new Highstock chart with new Highchart and not jquery?
- How can I change the unit at y axis dynamically at Highcharts?
More Query from same tag
- HighCharts: Displaying 3 vu-meters
- Text overflow issue with highcharts
- Making a graph in php, mysql with highcharts
- highcharts.js change color of the lines in the background
- Render from/to areas in Highcharts line chart
- how can we make bar width dynamic in highcharts?
- Use image in Highcharts credits
- Highcharts - change default opacity for series, without using RGBA?
- Highcharts speedometer gauge change label
- Highcharts heatmap column width based on content size
- Highchart Activity Gauge always display text in the center
- child_process.execFile is not working with phantomjs and highcharts-convert.js
- HighCharts - JQuery - Simple example not working
- Define and apply theme on highcharts-react-official
- Highcharts - label placement for categorized y-axis
- Y value minus 1 in tooltip HighCharts
- Plotting time series with different scales with Hichcharts
- Highchart: Plotting datetime chart issue when passing series map from java
- How can i change the length of the title that it is dynamic?
- Highcharts dynamic height with table layout
- How to de-couple and do dependency injection with highcharts-ng
- Highcharts event redraw/load with reflow, and Angular
- how push some elements of an array to another
- Why can't I click a point in an area chart if it is covered by another series?
- Highchart Spline with inverted axis categorie text left align
- Include datatable in highcharts pdf rendering
- How can we plot Highcarts organization chart in R language?
- Highstock scrollbar not covering the whole length in multiple series
- Second Y axis in GWT Highcharts on a stock chart?
- how to give different names on tooltip for one series in highcharts R