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 Query
- Legend is disappearing on HighCharts pie refreshing
- How to disable legend click to stop pie slice from disappearing in Highcharts?
- Grand Totals in HighCharts Pie Chart Legend
- HighCharts Pie Chart Legend value alignment
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Highcharts connecting scatter chart and pie chart with single legend
- Highcharts - Display legend for Pie chart in two columns
- How to center highcharts pie chart and legend on a page?
- Highcharts Pie Missing Legend
- Creating series/group titles in legend in Highcharts JavaScript pie chart
- Show tootip and select pie slice on legend click of pie chart in HighCharts
- Highcharts semi-pie - remove space between pie and legend
- Highcharts pie rendering in conflict with legend
- Highcharts display label for pie chart using html table as data source
- Highcharts pie wrong legend colors
- Highcharts JS - share legend color between pie charts
- Highcharts Pie Chart: How to ignore disabled legend items
- Highcharts pie chart legend items showing gradient colors
- Create a Highcharts Pie Chart Legend Inside a Table
- Highcharts pie legend clipped off
- Highcharts Pie Chart - Showing Negative value as "null" in legend
- Highcharts hide legend item from Pie chart
- Highcharts - Pie chart legend remains hoverable on second series
- Highcharts - How to combine unique legend for multi-series pie chart which perform same action for both series? (like onclick: show/hide)
- Click on Highcharts pie rendering border although legend item click is disabled
- Highcharts Pie Chart Add Value to the Legend
- Highcharts pie chart height auto sized including legend
- how to show legend in PIE chart from chart to pie drilldown highcharts
- Highcharts Pie chart how to reduce space between chart and legend caused by plot width
- Highcharts same legend color as of the pie chart slice color
More Query from same tag
- Highchart and yii not drawing a pie
- How to insert HTML inside an Ext.each() in the labeFormatter function of legend-EXTJS -highcharts
- why the labels is not display in chart
- Highcharts Change Bar Background Color Based on categories value
- Highmaps mapbubble
- Highcharts CSV export changes the chart JS object
- Basic Highcharts Multiple Series Chart Using JSON
- Geojson Incomplete Rendering in JsFiddle for Highmaps Useage
- Highstocks update date in rangeSelector
- How to show categories total in labels using highcharts
- Meteor: Display API result data on highcharts
- Sending Generated Highchart image via email
- Load Unknown Number of Charts with Django Chartit
- Highcharts x axis categories
- Highcharts - master-detail - master with multiple color
- How to position datalabel at the base of bar series
- Highcharts.js combined bar/line chart with timespan bars
- Highchart event click runtime error in Ionic
- Highcharts chart axis exceeding set min and max values
- js highcharts, having problems creating the chart series
- Highcharts breaks up my data array in a strange way
- Highcharts display label for pie chart using html table as data source
- Align label and the marker on the same vertical line(Highcharts)
- How to format Ruby array to be used as data in Highcharts
- highchart column comparison chart like xrange
- Highcharts line segments and data point?
- Highcharts: Is there a way to highlight a series' corresponding y-axis onPointHover?
- highcharts mapbubble display 3 times
- Optimal display for overlapping series in a line chart
- Highmaps svg path issue - Data not flowing into certain counties on US map