-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Closed
Copy link
Description
I've altered an existing demo for a series with the "linkedTo" property configured.
I've introduced a new line-series with random values that has no "linkedTo" property.
When you hover the item in the legend for the new series (Range2), all other series are transparent, except the series with the "linkedTo" property.
Expected behaviour
When you hover the item in the legend for the new series (Range2), all other series are expected to be transparent.
Actual behaviour
When you hover the item in the legend for the new series (Range2), all other series are transparent, except the series with the "linkedTo" property.
Live demo with steps to reproduce
- Hover the legend-item "Temperature"
- The series "Range2" becomes transparent OK
- Hover the legend-item "Range2"
- The "Temperature" series (line) becomes transparent OK
- The "Temparature" series (range) stays opaque NOK
Product version
Highcharts v7.2.0
Affected browser(s)
Firefox and Chrome
Reactions are currently unavailable