score:1
You defined marker options for area series and you used line series. Correct the options structure and use individual ones per state.
plotOptions: {
line: {
marker: {
states: {
hover: {
fillColor: 'green'
},
normal: { ... }
}
}
}
}
Live demo: http://jsfiddle.net/BlackLabel/er7fnkh0/
API Reference: https://api.highcharts.com/highcharts/plotOptions.line.marker.states.hover
Source: stackoverflow.com
Related Query
- Change color of marker on hover points - Highcharts
- Highcharts - Change color of hover points
- Highcharts Change column color on hover
- Highcharts - Change line color between points
- Highcharts map doesn't change color on hover
- Highcharts change symbol and hover text of individual points Line Chart
- How to enable marker on hover only for a range of points in highcharts
- Highcharts tool tip marker color change
- Wants to change the marker color HighCharts
- HighChart type = area hover color change at several points
- Highcharts marker size change on/after hover
- Change background color of highcharts on hover
- Change color of different points in same series Highcharts
- How to change the marker style on hover in HighCharts
- highcharts multiple marker hover color doesn't inherit from marker color
- Change data hover line color in Highcharts
- How to change the text color in Highcharts
- highcharts - disable fading series on marker hover
- Highcharts Change Bar Color Based on Value
- Highcharts dynamically change bar color based on value
- 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
- Highcharts column range change color for negative numbers
- Change Y Axis vertical line color in Highcharts
- Highcharts - how to disable color change on mouseover/hover
- Highcharts Donut Chart text in center change on hover
- Stop HighCharts change transparency of another series on hover of one series
- Color individual markers on hover in Highcharts
More Query from same tag
- highcharts with null data points
- Can color of data label be different inside and outside of the bar in Highchart
- How do I extend the bars across the axis?
- Conditional coloring of marker in box plot in highcharts
- Highcharts JS 'columnrange' chart value formatting
- Trying to Fade out all other Columns when a user selects one column
- Dynamic PDF from html that contains Javascript
- highstock.js date ranges less then a hour don't work
- Highcharts - degraded tooltip rendering performance
- Pie chart slice radius using HighCharts library
- How to show current value on two x-axis using Highcharts?
- react-highcharts: Cannot set property 'HighchartsAdapter' of undefined
- Programmatically draw rect and line in Highcharts with zoom
- addpoint is not adding point in highcharts ,where data is updated dynamically with ajax
- How to add labels to the end of a highcharts line graph
- How to color series legend in highcharts when colorbypoint is set to true
- How to add 2 more members in highchart map?
- X axis labels overlap tooltip in column chart in highcharts
- How to convert datetime to epoch time in milliseconds javascript
- react-highcharts: canvas size changes when changing tabs
- Customize tooltip and format the number to 2 decimal places of highcharts
- Focus function on highcharts not working in mozilla
- Highcharts spline chart points not showing unless zoomed in
- Highcharts redraw series in chart
- Use the "step" label option in Highcharts, starting at the end of the xaxis
- Highcharts: How to change or redraw a chart when a click event occurs on an another chart?
- Highcharts creating too many values in float
- DotNet.Highcharts ChartTypes reference?
- Highcharts Highmaps How to change value for color axis in map bubble
- series declared dynamically Highcharts