score:2
I had the same issue, and while it's not a great fix, I added false as the second parameter to setData (which makes it so it doesn't automatically redraw the chart), then manually redrew the chart. So in your case:
chart.series[0].setData( [
['item1', 75],
['item2', 15],
['item3', 10]
], false);
chart.redraw();
That fixed it for me.
Source: stackoverflow.com
Related Articles
- Legend is disappearing on HighCharts pie refreshing
- HighCharts Hide Series Name from the Legend
- How to modify highcharts legend item click event?
- Hiding a Highcharts series without using the legend
- Disable-Click on Legend in HighCharts Column Graph
- How to disable legend click to stop pie slice from disappearing in Highcharts?
- Highcharts - Change legend index order
- Highcharts legend font sizes
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Add series total to legend in Highcharts
- Highcharts - How to display legend symbol inside the tooltip
- Filtering legend of a Highcharts by only visible series
- Add tooltip to legend in highcharts when hovering
- Highcharts - Legend Positioning outside the chart
- Display legend items in two columns highcharts
- Highcharts add legend on export
- Highcharts set legend height
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Highcharts Legend Title Horizontal Align
- Turn long list of items in Highcharts legend into dropdown
- Highcharts legend item hover event?
- How to Check and Uncheck all the Legend elements in HighCharts Linechart?
- Grand Totals in HighCharts Pie Chart Legend
- HighCharts Pie Chart Legend value alignment
- Highcharts Legend Custom HTML
- Highcharts Symbol in Legend
- Highcharts Legend Overlaps with X-Axis
- Highcharts - Color coded legend for solid gauge
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- How to create a new Highstock chart with new Highchart and not jquery?
- Highcharts : display a second series under the X-Axis
- In Highcharts, my dataLabels disappear when re-enabling the rightmost element of my chart
- Manually set y-axis min and max value and zoom-in behaviour in Highcharts
- Why is HighCharts not recognizing my data properly?
- Why is my addPoint() not recognized as a function in my highcharts code?
- Setting tick interval dynamically in highstock chart
- Highcharts - programmatically draw a line or graphic between two related points
- Highchart.js and AngularJS after navigation some chart does not load
- Highchart timedate format
- HighCharts: Is it possible to remove every other value on the x-axis?
- Timestamp in Highcharts
- Highstock: On Series Flags that are inverted
- Highchart connector custom style
- median and standard deviation chart using highcharts
- Having trouble JSON encoded data from MySQL through Highcharts
- Highcharts use legend symbol and legend parms, not scatter marker symbols - in scatter plot
- highcharts hover with negativeColor property gives wrong color
- Add new series[0].data into already existing highchart
- highcharts add plotline label with images