Problem With Highcharts Series Option July 31, 2024 Post a Comment Hi i am having problem with my highcharts 'series' options. i initialized the chart options as below: var options = { chart: { renderTo: 'cSolution 1: The problem is options.series.data.push(parseFloat(item)).If you look at your options object, you can see that your series array is empty. You can ad series object in your options definition as follows -series: [{ data: [] }] CopyAlso the linevar series = { data: [] }; Copyis of no use. Share Post a Comment for "Problem With Highcharts Series Option"
Post a Comment for "Problem With Highcharts Series Option"