Highcharts: Updating a Pie Chart with setData()
问题 I am trying to work out how to update a Highcharts pie chart but for the life of me cannot seem to get it working right. I have looked over the documentation and have been able to get a bar and line and spline graph to update fine but when using this function for pie charts it just does not work. I am currently feeding in: item.setData([["none", 100]], true); Where item equals the series like so: $.each(browser_chart.series, function(i, item){ if(item.name == 'Browser share'){ console.log