Hi All,
I am a new-bee to the world of highcharts. I am trying to create a highstock chart with Y-áxis having numerical values and X axis having string values. But as I see from the API, I can only create series with numerical values on both the axes. Please someone help me with creating such charts.. Thank you..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I am a new-bee to the world of highcharts. I am trying to create a highstock chart with Y-áxis having numerical values and X axis having string values. But as I see from the API, I can only create series with numerical values on both the axes. Please someone help me with creating such charts.. Thank you..
I'm guessing you're probably looking to use the axis "categories" mechanism. Here are a few examples you can review:
http://www.moxiegroup.com/moxieapps/gwt-highcharts/showcase/#area-spline
http://www.moxiegroup.com/moxieapps/gwt-highcharts/showcase/#bar-stacked
http://www.moxiegroup.com/moxieapps/gwt-highcharts/showcase/#column-basic
Hope that helps,