According to the high charts docs here you should be able to enable markers only on hover.
plotOptions: {
series: {
marker: {
enabled: false,
states: {
hover: {
enabled: true
}
}
}
}
},
I wasn't able to get this to work, so went to their JSFiddle, but the jsfiddle doesn't appear to work either. Am I missing something, or is there a bug here?
UPDATE: Based on comments this apparently works in some contexts. Here's the context I've tested this in, and confirmed it to not function as stated:
- OS X 10.9
- Chrome 31.0.1650.63
- Safari 7.0 (9537.71)
- Firefox 26.0