score:2
Accepted answer
From this discussion, you can use something like this to adjust the color dynamically:
serie.color = "#FF00FF";
serie.graph.attr({
stroke: '#FF00FF'
});
$.each(serie.data, function(i, point) {
point.graphic.attr({
fill: '#FF00FF'
});
});
serie.redraw();
Source: stackoverflow.com
Related Articles
- Highcharts change a series fill opacity on legendItemClick
- Highcharts : Change opacity of a column chart
- Change Highcharts Series color
- Stop HighCharts change transparency of another series on hover of one series
- Highcharts hide series without change legend color
- Change chart type and redraw with multiple series in Highcharts
- Highcharts change label text for a single series
- highcharts change rendered image source on click
- Is there a way to change the display value in series using highcharts
- Highcharts area range series change plotting area dynamically
- Change color of series onclick events across multiple highcharts
- change the categories and series in highcharts by select button?
- Highcharts - change series color on MouseOver
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- How to change highcharts opacity on hover?
- Highcharts change crosshairs color by number of visible series
- highcharts change chart type using dropdown for multiple series
- change datalabels color in a HighCharts chart when hovering without updating the series
- highcharts change series color when data is dynamically inserted
- How to change the background series colour of Highcharts Radar chart
- Highcharts series data not persisting through angular route change
- Highcharts : Change color of series when hovering other series
- Highcharts series visibility with csv data source
- Change Graph Series Fillcolor in highcharts
- Highcharts : Stacked barchart on hover change the opacity
- How can I change data series dynamically in HighCharts without overwriting initial series?
- How to have multiple highcharts with different series data in vuejs without repeating code
- change particular line chart series colour dynamically in highcharts
- Highcharts - change border of a single data point in series
- How do I change the opacity of a series in Highcharts?
- Highcharts - Bubble losing focus without exiting the chart
- Capture right click on column/bar
- Inverted Link chart- Highcharts
- Highchart click rotate -90
- How to Change the color of the text in donut chart
- Multiple highstock charts on one page
- How do I make a Highcharts timeline where the labels don't overlap and none are hidden?
- Highcharts - how to disable color change on mouseover/hover
- highcharts redraw() with function that references newly redrawn chart
- Highstock date input, page jumps to top on ipad
- highcharts add plotline label with images
- Preprocessing data in HighCharts JS in C# ASP.NET
- Highcharts: Conditional tooltip based on multiple series names (OR logic operator)
- In highcharts,tool-tip does not move when chart has high data unlike when it has low data
- Hours: Mintues: Seconds in HighCharts Bargraph
- How to localize exported files from Highcharts?
- highcharts: Y-axis representation without making scales or values
- Highcharts disable hover effect and select animation
- Highcharts show all categories even when no data
- How can I convert datetime from Flask to Highcharts