javascript - highstock x-axis is always time -
I chose Is there any way to display string value in X axis ticks? Use the formatter for labels just on xx that you want. See this jsFiddle highstock instead of
highcharts because I'm scrolling Required functionality and I felt that
highstock only supports the time labels, but I also need to display the string.
xAxis: {label: {formatter: function () {return 'my string'; }}},
Comments
Post a Comment