Implement method for disabling legend.navigation
We can use "legend.useHTML=true" to disable legend navigation, i.e. remove the scrolling of data serie's names in the legend box.
The docs (http://api.highcharts.com/highcharts#legend.navigation) say "When legend.useHTML is enabled, navigation is disabled.". But disabling navigation on the chart legend should instead be a method call or a property we can set to true or false.
-
Yes but this only happens because navigation doesn't work with useHTML, not as an intended way of disabling the navigation.
Currently the alternative to navigation is that the legend items overflow the chart and get clipped along the edge, so disabling the navigation isn't recommended. Instead, to prevent the navigation you should make sure the chart is large enough.
Or are there edge cases we haven't seen?