Highcharts csv data series starting with a null value

。_饼干妹妹 提交于 2019-12-12 03:54:16

问题


I am trying to represent csv data with highcharts. I can not use a csv data that starts with a null value. How can I use a csv data where series starts with a null value. Though it works fine with 'empty' or '0' but I specifically need this to works with null or NA please check jsfiddle

My csv looks like this

Year,Annual mean,5 year mean
1880,-0.31,null
1881,-0.22,-0.25
1882,-0.28,-0.29
1883,-0.3,-0.29
1884,-0.33,-0.3

Thanks in advance

来源:https://stackoverflow.com/questions/45327619/highcharts-csv-data-series-starting-with-a-null-value

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