score:1
Accepted answer
Do you really want to add new points to the Pie chart, or do you want to replace the existing points with new values?
If it's the later, you might want to look at Series setData method. Example at http://jsfiddle.net/ebuTs/22/
score:0
Have you tried the chart.colors option?
http://www.highcharts.com/ref/#colors
I believe you need to have the same number of colors as data points. Seems to work for me:
Source: stackoverflow.com
Related Query
- How can i keep the color the same in highcharts
- how to display 2 same highcharts without duplicate the code
- HighStock Library: How to keep the same color for each segment in case of selecting
- How can i change the color of a tile which was clicked of a treemap in highcharts using react
- how can I use rangeselector and navigation in highcharts in the given code
- Highcharts how do i keep space between series the same but increase space between categories?
- HighCharts - How can I turn off the points?
- How can I change the colors of my highcharts piechart?
- How to change the text color in Highcharts
- How can i hide all the Series in highcharts at a time
- How can I remove the white border from HighCharts pie chart?
- How can I delete all of the points from a highcharts series
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- How can i force Highcharts to use same symbols in Legend and Series?
- How do I set the background color of a Highcharts HTML label?
- How can I hide ALL series with the same ID with a button on highcharts? (line graph)
- In highcharts how do I change the color of the line above the categories?
- Highcharts : How can i move the tooltip to external DIV?
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- Setting highcharts datalabels backgroundColor with the same color of its serie
- How can I access the 'this' field in plotOptions of highcharts
- How to merge two Highcharts container with the same legend-item
- how can i add in highcharts a different dashStyle just for a part of the graph
- How to re-create the same chart in Highcharts as seen on the mock?
- With HighCharts, how can I have the same tooltip formatter as my y axis
- How can I display the outcome of the for loop in highcharts
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- How to keep the highcharts legend "on" while hiding the series
- In Highcharts, how can we separatedly set up the border color of each block in a Pyramid chart
More Query from same tag
- How to have a solid as well as dashed line in line chart highcharts
- Adding highchart organization in reactjs
- Highcharts Mysql Json arrays PHP
- Stacked Bar Highcharts how to show the values
- Set Max value in yAxis jQuery Highcharts
- Highstock: how programmatically sum selected values and show the sum to user
- Highcharts stacked column charts ( Parse json string for series)
- Fixed bar width, tick interval in Highstock
- Highchart pie - array dynamic for dynamic pie
- How to make a Highcharts semi-circle donut chart using Hightchart-ng
- PHP and Highcharts
- Fetching all the Project Name for a Project Cumulative Flow Chart in Rally
- Highcharts - prevent accessing of points out of extremes
- Tooltip stacked column with 3 values array
- JavaScript Loop to setData method
- Updating highcharts gauge with JSON
- highcharter: Fixing x-axis labels in a column chart with only one column
- Highcharts shows data but can't display chart
- Explain Highcharts different Instantiations
- Using ModalEditor from highcharts-editor in Angular5
- Highcharts value relative to itself instead of all lines
- Highcharts renders opposite y axis lower than chart's bottom
- Use Series names as xAxis in Highcharts
- Flags placement on x-Axis on dual pane chart
- How do you set the text-overflow property of a highcharts-legend-item to ellipsis in styled mode?
- How to display averages in highcharts?
- Highchart on bar item click event
- Custom Label Show Percentage on Highcharts
- How can I highlight every data point in Highcharts fixed width container?
- Generate multiple charts based on json in angular 8