-
Notifications
You must be signed in to change notification settings - Fork 121
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
Mixing bars with line or area series breaks legend toggle #399
Comments
Notes to self: |
if (x === Infinity) {
x = 53.53125;
} I took the 53.53125 from the lines value but I'm not sure if this value would make sense for all cases beyond the mixed stories. |
🎉 This issue has been resolved in version 13.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [13.5.1](elastic/elastic-charts@v13.5.0...v13.5.1) (2019-10-09) ### Bug Fixes * mixing bars with line or area series breaks legend toggle ([opensearch-project#410](elastic/elastic-charts#410)) ([f53fcbd](elastic/elastic-charts@f53fcbd)), closes [opensearch-project#399](elastic/elastic-charts#399)
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
bars
series in the legend.Expected behavior
The line and area charts do not hide when bar series is toggled.
Screenshots
Bars with line
Bars with area
Also remove the
0
in upper left cornerVersion (please complete the following information):
master
Additional context
The hover state works fine so must be something related to the
deselectedDataSeries
ortoggleSingleSeries
method inchart_state.ts
The text was updated successfully, but these errors were encountered: