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 Query
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- How to change the background series colour of Highcharts Radar chart
- How do I change the opacity of a series in Highcharts?
- Highcharts Highstock How do I change the label on top of tooltip for OHLC series data?
- How do you change the colour of each category within a highcharts column chart?
- 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
- Highcharts - How to set custom colors for the series
- How can I delete all of the points from a highcharts series
- How do I style the series labels on a Highcharts pie chart?
- How to remove the halo/glow around a marker upon hovering a series in Highcharts
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- How to set series-label to false by default and change the color of series label text in highchart
- In highcharts how do I change the color of the line above the categories?
- Highcharts - how to create multiple y axis and group the data series
- how to display 2 same highcharts without duplicate the code
- Is there a way to change the display value in series using highcharts
- change the categories and series in highcharts by select button?
- How to keep the highcharts legend "on" while hiding the series
- How to change the defualt behavior of drag event in Highcharts or Highstock?
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- How to change the bar color in Highcharts
- How to change highcharts opacity on hover?
- change datalabels color in a HighCharts chart when hovering without updating the series
- How to change the line color of a bubble in highcharts dynamically
- how to continue the graph line when missing series of data in middle of highcharts
- How can you change the "label" (valueSuffix) on a highcharts gauge after the gauge has been created?
- How to change the data series for highchart using a dropdown list
- How to change the interval of negative values? using Highcharts
More Query from same tag
- Can't set title of highchart through @input
- How to know the highcharts version used in angular2-highcharts
- Highchart - Angular 9: How to export all charts into single pdf?
- I want to apply custom styles for highchart plotline labels
- Stacked y-Axis on Highcharts, how to make it one?
- Highstock - How to add point if I have different data on main chart and navigator
- Plugin to convert JSON object from API to Highcharts format
- Render Highcharts after user updated labels
- How to show tickPositions as start and end for each bar in highcharts?
- HighChart Columnrange to combine with a LINE?
- Data and tooltip not working for graph using highcharts
- JavaScript - Chart does not show when is inside a div tag
- HighCharts inside of a javascript function
- Highcharts, multiple scatter series dates not working with stacking
- highcharts hovering effect issue
- Highchart stacked area not functioning with missing datapoint
- Trying to make master-detail charts in ReactJS
- bar pointPlacement works bad in get one data
- Returning MySQL table values from PHP script to Javascript function - Live Graphing
- Highchart and DWR Comet
- how to install highcharts with bower
- Codeigniter highcharttable count how many data in a month
- highcharts- stacked bar, how can I make the chart cover the width 100%?
- Highcharts - How to populate date with Mysql and PHP?
- How to transform Javascript Object based on one of the column?
- Highcharts pie/variablepie align multilines label on plotedge
- Highcharts version 3 type definitions for typescript
- Highcharts is formating x axis text values as dates
- HighChart- Plot Stacked Bar Chart on Status for Every Minute
- Highcharts. Pie chart. DataLabels formatter