Highstock: Set Xaxis As Not "datetime"
I am trying to populate a highchart with some dynamic data in my angularjs application. I am using the 'highcharts-ng' directive for working the the highcharts. https://github.com/
Solution 1:
In Highstock only datetime axis type exists. In Highcharts you have linear/datetime/logarithmic and categorized types.
References:
- Highcharts xAxis // type property
- Highstock xAxis // last element in docs
Post a Comment for "Highstock: Set Xaxis As Not "datetime""