Highcharts: Wind Rose chart with JSON data

狂风中的少年 提交于 2019-12-25 03:36:13

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!