Adding new HighChart Series

后端 未结 2 654
谎友^
谎友^ 2020-12-15 11:54

At this code javascrip give an error

$.each(JSON, function(i, array) {                        
    chart.series[i].name = array.teamName;
    chart.series[i]         


        
2条回答
  •  青春惊慌失措
    2020-12-15 12:23

    You too can specify as second option of addSeries a boolean value, that indicates if it redraws or not

提交回复
热议问题