-
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
Hovering over series in legend for LineSeries' doesn't reduce opacity of dot of other series #291
Labels
bug
Something isn't working
good first issue
Good for newcomers
Impact:Medium
:interactions
Interactions related issue
:legend
Legend related issue
:xy
Bar/Line/Area chart related
Comments
cchaos
added
bug
Something isn't working
:interactions
Interactions related issue
:legend
Legend related issue
labels
Aug 6, 2019
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Aug 16, 2019
This commit reduce the opacity of points in areas and lines series when hovering over a series in the legend fix elastic#291
5 tasks
markov00
added a commit
that referenced
this issue
Aug 19, 2019
This commit reduce the opacity of points in areas and lines series when hovering over a series in the legend fix #291
🎉 This issue has been resolved in version 9.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@markov00 Thanks for tackling this one so quickly. However, I think there's still an issue of grouping the line with the dot. When the dot becomes transparent you can see the line behind it and the graph starts to become very noisy. So in the example from your PR, it should actually be: |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
# [9.2.0](elastic/elastic-charts@v9.1.1...v9.2.0) (2019-08-19) ### Bug Fixes * reduce opacity for points when hovering over legend items ([opensearch-project#322](elastic/elastic-charts#322)) ([cc9e45f](elastic/elastic-charts@cc9e45f)), closes [opensearch-project#291](elastic/elastic-charts#291) ### Features * add chart size type overrides ([opensearch-project#317](elastic/elastic-charts#317)) ([8d43aa9](elastic/elastic-charts@8d43aa9)), closes [opensearch-project#177](elastic/elastic-charts#177)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Good for newcomers
Impact:Medium
:interactions
Interactions related issue
:legend
Legend related issue
:xy
Bar/Line/Area chart related
Describe the bug
When mousing over the legend the currently hovered series stays at full opacity while the other series reduce opacity. However when the non-hovered series is a LineSeries, only the line's opacity reduces, the dot stays at full opacity.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The dot and the line should be grouped and then whole group's opacity should be reduced
Screenshots
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: