score:2
Accepted answer
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: []
}]
Also the line
var series = {
data: []
};
is of no use.
Source: stackoverflow.com
Related Query
- problem with highcharts series option
- Highcharts problem with xAxis using multiple series
- Highcharts series visibility with csv data source
- How to have multiple highcharts with different series data in vuejs without repeating code
- HighCharts / HighStock newly added series have problem with shared tooltips and mouse hover effect
- Highcharts doesn't display series with lots of data points
- Highcharts data series issue with ajax/json and PHP
- How To Use Epoch Time With Highcharts Series Data?
- Highcharts series update with animation
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts buggy with more than 999 items in series data?
- Adding a series dynamically with HighCharts Stock Charts
- Highcharts with JSON data and multiple series
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts - Global configuration with common code and unique data & Headings
- Multiple Series Timeline with HighCharts
- Can I sychronize two highcharts series with different years (leap year)
- Highcharts not displaying series data for graph with multiple Y-axes
- Click events on highcharts with multiple series
- Highcharts bar with non-stacked percent series
- Highcharts async Server Loading with multiple series
- Highcharts with 2 series and 2 compare dates
- HighCharts - compare series with values instead of percentage
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- Gauge Series of Highcharts with React not the Solid Gauge but Gauge Series
- Change chart type and redraw with multiple series in Highcharts
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Date / Time problem in javascript with highcharts
More Query from same tag
- How to color pictured bars in Highstock chart
- highchart customize legend
- Uncaught TypeError: Cannot read property 'timestamp' of undefined
- Replace data set every min
- Variable in valueSuffix?
- How to make highcharts-ng horizontal bar chart responsive
- Using Highcharts with Rails 6
- Change highcharts axis value based on User Selection
- Sunburst chart in angular
- loading a json file to highchart html page
- Highcharts: send chart object as Javascript variable?
- WebPack and Require
- Highcharts column category in X-axis using different Y-axis
- Getting the actual nth-of type position of last-of-type
- unable to get series id in HighCharts chart
- Highcharts polar spider with Min and Max for each y-axis
- Highcharts issue when dealing with 3D pie and large labels
- how to add text in top,left and bottom in funnel highcharts
- Dynamic add series and categories for highchart drill down chart
- Zoom In & Zoom Out buttons - highcharts
- Highstock From/To Invalid Date Issue
- How to add color in highmap highchart based on value
- Crossfilter and Highcharts
- Border is partially hidden on hover in Highcharts column and pie charts
- how to use javascript variable for complete series data
- Pass data from controller to view into script - LARAVEL
- Highchart datetime graph x-axis unable to get data on plot when min and max is on
- jQuery ajax call inside ajax response returning HTML rather than JSON
- jQuery slider range with HighCharts y-Axis
- Check for duplicate dates in a table mysql