score:17
Accepted answer
You were almost there, but you want to set color
and not fillColor
(and not on the marker)-- I added this to the chart declaration:
plotOptions: {
column: {
states: {
hover: {
color: '#000000'
}
}
}
}
And removed the states
stuff from the column data, that seems to work in this fiddle.
And, yes, that's not very clear in the documentation ...
Source: stackoverflow.com
Related Query
- Highcharts Change column color on hover
- Highcharts column range change color for negative numbers
- Highcharts - change color of only clicked column
- Highcharts map doesn't change color on hover
- How to change color of bar in column chart with different level of percentage in highcharts
- Highcharts (JavaScript): Change color of column if condition is met
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- Highcharts - Change color of hover points
- Change color of marker on hover points - Highcharts
- How to change color of single column in Highcharts column graph when data is in CSV form?
- React Highcharts change border color on selected column from local state
- Highcharts - Change column color If data.point equal to string
- Change Highcharts column color for different parties
- Change background color of highcharts on hover
- Highcharts - Column Chart: Compare corresponding values to change color
- Change graph color above and below plot-line in Column chart in Highcharts
- Change data hover line color in Highcharts
- How do you change the colour of each category within a highcharts column chart?
- Highcharts : Change opacity of a column chart
- How to change the text color in Highcharts
- Highcharts Change Bar Color Based on Value
- Highcharts dynamically change bar color based on value
- highcharts jquery dynamic change chart type column to bar
- Change Color of Volume Columns (High/Low) in HighCharts
- Change Highcharts Series color
- Highcharts - change background color along specific date range
- Change color of area chart programmatically in highcharts
- set color of grouped stacked column in highcharts
- Change Y Axis vertical line color in Highcharts
- Highcharts - change column stacking on click
More Query from same tag
- How to extend plot line value outside the grey area or outside the chart in highchart?
- Highcarts Space between number If the value is exceed 1K
- Highcharts : Info about clicked legend item pass to controller
- Highcharts renderer.rect on xAxis label not responsive
- jsPDF addHTML method not working with no error message
- Highcharts downloading a graph with a pattern as an svg
- Get the currently selected rangeSelector from an event unrelated to the chart
- how to set the interval of points on Y - Axis highcharts
- Stack labels not rendered correctly when exporting Highcharts graph
- How to click in a serie area chart below another serie area chart in HighCharts?
- How to add button image in normalstate,hoverstate,pressed state and disabled state in Renderer button using highcharts?
- HighCharts: display the y-axis labels in percentage instead of the absolute count for basic column charts
- highcharts IE8 redraw chart issue
- Synchronized HighChart: Uncaught TypeError: $(...).appendTo(...).highcharts is not a function
- Uncaught Error: Highcharts error #17 while creating sunburst chart using react
- highcharts Cannot read property 'legendBackgroundColor'
- How to get selected date from highstock?
- Equivalent of highcharts map with {highcharter}
- Highcharts.js - multiple themes on same page?
- How dynamically set the zoom level on highcharts?
- Highcharts custom renderer chart and tooltip
- Access props and state of current component in React JS within an event handler
- HighCharts: 3D Column Chart change borderColor on select
- Bar chart in High chart for indication of value with two colors in each bar where one color is always kept fixed
- Highchart group chart points with same date
- States Not Working on Highmaps mappoint click
- Vue js Highmaps - How to load map?
- R highcharter legend based on point color
- Can I create multiple dynamic carts with Highcharts
- highcharts lollipop/dumbbell chart change position/colour of positive and negative marker values