score:4
Accepted answer
This is untested as jsFiddle isn't responding for me right now, but I would take a look at
http://www.highcharts.com/ref/#plotOptions-series-states-hover-marker--fillColor
This seems to be the options for markers on hover.
Edit based on janb's comment:
{
y: 5,
marker: {
fillColor: '#222',
states: {
hover: {
fillColor: '#222'
}
}
}
}
Source: stackoverflow.com
Related Query
- Color individual markers on hover in Highcharts
- Highcharts Change column color on hover
- HIghcharts individual plot point color
- Individual point color in highcharts scatterplot
- a better way to color many individual markers in a scatter chart?
- Highcharts map doesn't change color on hover
- Highcharts change symbol and hover text of individual points Line Chart
- How to remove background color on hover of bar in highcharts
- Highcharts donut pie not showing hover indicator if the slice color is white
- set individual color for each bar in bar chart using highcharts
- highcharts hover with negativeColor property gives wrong color
- Highcharts markers on legend and hover ONLY
- Highcharts - Change color of hover points
- Highcharts increase hover detection for markers
- Change color of marker on hover points - Highcharts
- Highcharts Bubble Chart Hover Color
- Change background color of highcharts on hover
- highcharts multiple marker hover color doesn't inherit from marker color
- Highcharts dim unselected bars color on hover
- Highcharts HeatMap cell color disappears when hover in Internet Explorer
- Change data hover line color in Highcharts
- HighCharts : Is it possible to customize the colors of individual series?
- Disable hover on HighCharts
- Highcharts - manually trigger hover event on a point
- Changing series color in highcharts dynamically
- How to change the text color in Highcharts
- highcharts - disable fading series on marker hover
- Highcharts area fillOpacity do not work when changing the color
- Highcharts Change Bar Color Based on Value
- Customizing the colors of individual series in HighCharts
More Query from same tag
- Rendering the charts as columnrange type
- How to remove empty axis ticks in Highcharts?
- Parsing jQuery XML object into Highcharts
- How to Hide rest of the region when user clicks pie chart?
- Building sparse array
- Highcharts passing time.
- HighCharts(iOS) -How to show tooltip by default at only some positions
- Highchart- OnClick event, get "category" and "name" from stacked bar chart
- How to add border in polygon plot?
- How to extract data from an interactive chart?
- highcharts crosshairs wont work
- How to display data from server in pie chart?
- How to remove blank spaces between xAxis labels?
- Highcharts are squished in html tabs
- Color the portions of chart using "Google 3D Pie chart API" in Android
- highstock linked to spreadsheet data doesn't work anymore
- Add dynamic data to line chart from mysql database with highcharts
- Highchart show percentage on group column highcharts
- How to show tooltip of bars as default in highcharts gantt?
- How to create a single series bar graph with Highcharts
- developing interactive app using shiny and highcharter
- Make datepicker work with highcharts
- How to properly import HighCharts with Backbone-boilerplate in an ECMAScript 2015 way?
- how to custom heatmap cell with padding?
- highcharts: Set same spacing between bars
- Why won't my HighCharts chart render?
- Start chart from threshold
- How to show the name of which slice is clicked in high chart-piechart
- GWT:creat a simple meteogram in GWTHighCharts
- Custom axis labels on Stacked bar chart