Skip to content Skip to sidebar Skip to footer

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:

Post a Comment for "Highstock: Set Xaxis As Not "datetime""