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 Articles
- 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
- Highcharts not rendering properly with too many series
- Strange result of highchart
- How to add two dataLabels to a bar chart using HightCharts
- Changing the color of a background with highcharts.js
- Remove exporting button from HighChart Objective-C
- Adapt Height of the Chart (Highcharts)
- Formatting dataLabels in Highcharts
- Highchart is not showing inside bootstrap div
- Highcharts - display dates in heatmap
- How to get chart min and max values after Drag zooming in highChart chart?
- Highcharts: Line graph with half solid line and half dotted line?
- Shared Crosshair Highlighting /w Non-sequential Series
- Highcharts - Combine y axes
- Load HighCharts though .NET Ajax Call
- dashStyle property is not working in angular 4
- How to make highcharts display date in hh:mm:ss format, not as timestamp?
- Formatting Highchart bar charts axis labels
- Highchart plugin creating different Y-axis scale on different browsers
- How do I format x-axis label in highcharts
- Highcharts - Column chart customization