Natively support linked series to 'act as one' when the series legend title is hovered over
When two or more series are linked, only the first series (the one with the 'id') gets selected when the linked series legend entry os hovered over.
The other series linked to the first series are dimmed like all other (ie. non linked) series.
It would be nice if by setting a flag, each linked series would act the same as the first series when hovering on the legend entry.
See this for an example of what I mean:
https://jsfiddle.net/daniel_s/1hL6saxn/
The above proposed solution is overly complex and convoluted, a native solution would be much cleaner.
Why not something like:
-
cameron commented
Sorry, pressed Post too soon...
Why not something like:
linkedToLegend: true // or any other name for the flag that makes sense