score:2
Accepted answer
You can set the color on the series level
var item = {
name: task.name,
data: [],
color: task.intervals[0].color
};
Source: stackoverflow.com
Related Articles
- change datalabels color in a HighCharts chart when hovering without updating the series
- How to change default color of a series chart in highcharts?
- Highcharts PIE chart series color doesn't change
- Change Highcharts Series color
- Change color of area chart programmatically in highcharts
- Highcharts hide series without change legend color
- Highcharts --- Change sliced color on drilldown pie chart
- Change chart type and redraw with multiple series in Highcharts
- How to set series-label to false by default and change the color of series label text in highchart
- Change color of series onclick events across multiple highcharts
- Highcharts - change series color on MouseOver
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- Change line color in area-spline chart in Highcharts
- Highcharts change crosshairs color by number of visible series
- highcharts change chart type using dropdown for multiple series
- How to change color of bar in column chart with different level of percentage in highcharts
- Pie chart Slice color Change Dynamically in Highcharts
- highcharts change series color when data is dynamically inserted
- How to change the background series colour of Highcharts Radar chart
- Highcharts : Change color of series when hovering other series
- Highcharts - change color while hovering over a slice in pie chart
- change particular line chart series colour dynamically in highcharts
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- How to change the series color and mark after I draw the line chart in highcharts?Does it has databound event?
- Highcharts : Change spline chart color dynamically
- Highcharts opacity of series color in line chart not active
- Highcharts areaspline, not getting the default color for chart
- alternative way to change hovered series and its points properties in a HighCharts chart
- Change color of different points in same series Highcharts
- Highcharts - change pie slice color on existing chart
- Is it possible to select a different color for one candlestick?
- Tick Interval for 5 days
- HighCharts Angular 8 | yAxis problem with FireFox and IE
- How to change chart height in hchart() function in R (highcharter package) without using pipe operator?
- Highcharts - Bubblechart - adding padding to top and bottom of plot
- Highcharts pointInterval
- Highcharts add external tooltip into specific div
- Angular highcharts is returning error trying to draw a histogram
- Array not passing data
- Highcharts donut chart without inner pie?
- not able to show x axis data with datetimelabel format with {hh:mm} in high charts
- How to change tooltip of a column chart programmatically in highchart
- Cannot find name 'require'
- Highchart gantt chart no overlapping
- How can I scrape Json data from Highcharts (stats.twitchapps.com)
- Control HighCharts export options
- Live plot with multiple y axis in highcharts
- Missing points in HighCharts when applying event to exported button
- Using Highcharts with SPServices jQuery library to create Pie Chart
- How can I open a high chart in a modal window when the chart is clicked on?