Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart: Hovering over datapoint where series is undefined, adds an inactive state to the series for the whole chart #1146

Closed
jsjsat opened this issue Jun 9, 2020 · 0 comments · Fixed by #1147
Labels
bug A broken behaviour that was working previously has-pr

Comments

@jsjsat
Copy link
Contributor

jsjsat commented Jun 9, 2020

Bug Report

Highcharts 7 introduced a new default to the inactive state of a series, which you can see when you hover over a timestamp where there is no value for a series. What happens is, that the series gets an opacity of 0.2 for the rest of the chart, which is very confusion especially for stacked area charts.

Possible Solution

As @ffriedl89 suggested opacity in the inactive value of the series plotoptions should be set to 1.

I will create a pr shortly!

bug

@jsjsat jsjsat added the bug A broken behaviour that was working previously label Jun 9, 2020
jsjsat added a commit to jsjsat/barista that referenced this issue Jun 9, 2020
jsjsat added a commit to jsjsat/barista that referenced this issue Jun 9, 2020
yngrdyn pushed a commit to yngrdyn/barista that referenced this issue Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A broken behaviour that was working previously has-pr
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants