score:1
Accepted answer
You can set a color directly on a point and update it dynamically.
series: [{
type: 'pie',
data: [
{ y: 20, color: 'red'},
{ y: 20, color: 'blue'},
{ y: 20, color: 'orange'}
]
}]
Live example: http://jsfiddle.net/BlackLabel/6m4e8x0y/4899/
API Reference:
https://api.highcharts.com/highcharts/series.pie.data.color
https://api.highcharts.com/class-reference/Highcharts.Point#update
Source: stackoverflow.com
Related Query
- Highcharts - Pie chart Color for each slice
- Highcharts Set data label border color for each pie slice
- HighCharts Pie Chart - Add text inside each slice
- highcharts pie dynamic label inside and outside for each slice
- highcharts pie chart color for dynamic data
- Pie chart Slice color Change Dynamically in Highcharts
- Highcharts display label for pie chart using html table as data source
- set individual color for each bar in bar chart using highcharts
- How to set color of each slice in pie chart in high charts library?
- Highcharts - change color while hovering over a slice in pie chart
- HighCharts Create gradiance decress color to blur for each value on bar chart
- Highcharts same legend color as of the pie chart slice color
- Highcharts Pie Chart Specify Pie Slice Gradient Color
- Disabling a slice for a Highcharts pie chart when creating the chart
- Highcharts - change pie slice color on existing chart
- Highcharts same legend color as of the Pie chart slice color?
- Highcharts Pie Chart - slice color dependent of category
- Highcharts datalabels are not showing infront of each slice in pie chart
- How to set specific color for each data in pie chart using phplot.php
- Highcharts not displaying data labels for Pie chart in arabic
- highcharts - chart names for multiple pie chart series in one chart
- HighCharts - Pie chart drilldown for multilevel (3 to 4 level)
- Can I assign a different radius for each pie slice using Highcharts?
- Color each point individually in column chart highcharts
- Highcharts - Display legend for Pie chart in two columns
- Highcharts --- Change sliced color on drilldown pie chart
- Length of slice in Highcharts pie chart
- Customise Highcharts Pie Chart Selection State so that slice does not animate out when selected
- highcharts donut pie - different color for the data than its drilldown
- Passing in Id for each data item in bar chart using highcharts
More Query from same tag
- Highchart Data from HTML table with line series
- Highstocks tooltip Remove the phrase "Week From Monday"
- Hightchart change design and functionality
- highchart set data to series in xrange chart
- Bind Highchart to variable, all within a div?
- HighCharts turn animation false for line chart
- Highstock lineWidth
- How to display historical data and live data from database using Highcharts
- Button takes you to drilldowns in HighCharts
- 'G_vmlCanvasManager' is undefined
- About HighStock multiple data tooltip
- Highcharts series graph to start and end on tick and end on max
- Getting error 'Cannot read property 'document' of undefined' (to export highchart charts)
- Exporting Highcharts all data
- Why heatmap is on top scatter when using boost.js?
- highcharts dataLabel overflow: justify issue
- How do I set more than one y-axis coordinate on one chart in HighCharts?
- Group vertically and Horizontally in HighCharts Gantt
- Highcharts | Line height control for plot band labels in styled mode
- Change series data dynamically in react-highcharts without re-render of the chart
- Highcharts : Info about clicked legend item pass to controller
- How to make a pie chart from highcharts responsive
- Background color to highcharts
- HighCharts performance degrades dramatically with 'chart' and 'renderer' together
- Highcharts diffent color @ Temperature Line
- Highmaps get() function on a secondary series
- adjust axes Highcharts plotted versus
- Hide legend for zero values
- Highcharts's pie chart minSize option not working
- HighCharts: How to Determine on Click Event what Data Grouping the Chart is Currently In?