score:2
Accepted answer
Yes, this is available in the series.update()
method. You would do something like:
chart.series[0].update({
color: color ? null : Highcharts.getOptions().colors[1]
});
Where series[0]
is the index of the series you want to update.
Source: stackoverflow.com
Related Query
- How to change the series color and mark after I draw the line chart in highcharts?Does it has databound event?
- 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?
- How to change space value between grid and yAxis in Highcharts line chart
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- How could you supply multiple series to a line chart in R shiny using highcharter package and without hardcoding the series?
- 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 change the background series colour of Highcharts Radar chart
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- The graph disappear after change marker style and then change the line color
- How can I change highcharts events after the chart has been initialized
- How to make the selection of individual series dynamic in highcharts even after setting max and min?
- How to Increase minimum point value and the color of series in advanced accessible charts in Highcharts by making it traverse
- How can I maintain the Highcharts halo effect on pie chart after click and mouseOut?
- How to draw a chart from one array of data and make labels on the chart from another array of data? Highcharts v.4.0.4
- Highcharts : How to align column chart and bubble chart vertically in the same series
- How to use the tooltip formatter and still display chart color (like it does by default)?
- How to change the text color in Highcharts
- How do you increase the performance of highcharts chart creation and rendering
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- How to use add series and update methods in the high chart wrapper for angular?
- Change chart type and redraw with multiple series in Highcharts
- Highcharts change the line color if its out of the area range
- how to change color of line chart in highchart based on a categorical column in r?
- Highcharts - how to create multiple y axis and group the data series
- How to change the background color of measure tool in stock chart in highstock?
- Highcharts change symbol and hover text of individual points Line Chart
More Query from same tag
- bar charts with grouped column
- Plot options don't work in Variable Radius Pie chart
- Highchart Java export image
- How to display data from server in pie chart?
- highcharts v3.0Beta bubblechart not rendering. Possible bug?
- What should I do to make the x-axis of a graph bold with Highchart?
- ReactJs HighCharts toggle table and chart not updating
- Highcharts returning error 14
- highstock conflict with jquery.ba-resize.js and jquery.flot.resize.js
- High Chart Issue on VS 2008
- HighChart pie does not display any data
- highcharts xAxis label set 0.5% step
- problems charts jquery highcharts
- How do you get the extreme y-axis values in HighCharts?
- Styling HighCharts reset Zoom button with Material UI button
- How to use dblclick event in highcharts?
- Highcharts graph width is incorrect when scrollbar is present, in bootstrap fluid span
- create a chart with date values in highchart
- Highstock tooltip Formatter not able to display extra data
- How do I target a Highcharts path?
- Centering a data label in Highcharts Bar Chart
- how to add images when exporting in highcharts?
- Rails: Loading Highstock using while loop not working
- Highcharts is not displaying in the div at all, resulting in a blank page - Using python flask and jinja template?
- Highcharts yAxis Categories with string values: error 14
- Highcharts zIndex issue with crosshair
- How to get a cubical plot using highcharts 3D scatter chart?
- Displaying a json file with highstock
- Add additional data to point using DotNet.Highcharts
- How do you create a survey that will immediately display the results as a pie chart on a website?