问题
I am create a new wind rose highcharts graph, and have 37 columns each column has it's own value (using JSON data)
But when I create the windorse chart the labels are not displayed as should 'S0', 'S32'....
回答1:
You have set pointStart
and pointInterval
, which is unnecessary.
See fixed example: http://jsfiddle.net/JaTjk/5/
来源:https://stackoverflow.com/questions/15360224/highcharts-wind-rose-chart-with-json-data