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

Band charts should show y0 value in tooltip, be treated as a single series #607

Closed
Tracked by #615
wylieconlon opened this issue Mar 25, 2020 · 1 comment · Fixed by #2407
Closed
Tracked by #615

Band charts should show y0 value in tooltip, be treated as a single series #607

wylieconlon opened this issue Mar 25, 2020 · 1 comment · Fixed by #2407
Labels
bug Something isn't working Impact:Medium :specs Chart specifications related issue :tooltip Related to hover tooltip :xy Bar/Line/Area chart related

Comments

@wylieconlon
Copy link

I'm exploring how we will visualize bounded data in Lens, and found this issue. As seen in this band chart, the lower value is not shown in the tooltip.

Screenshot 2020-03-25 17 46 28

Also, I would like to treat a band as a single series, not as a two series. It doesn't seem like it's possible to get the series name to only show up once in the legend, even using code like:

          y0AccessorFormat={''}
          y1AccessorFormat={''}
@wylieconlon wylieconlon added the bug Something isn't working label Mar 25, 2020
@markov00
Copy link
Member

Thanks @wylieconlon, it's definitely something we have to fix.
We are currently showing two element in the legend because TSVB was the first using banded area chart and that was the way it was implemented there (mainly because we are showing the highlighted values directly on the legend). We can find a good option to show/hide split on the legend, by default hiding that when using categorical series like the one in the example

@markov00 markov00 added the :xy Bar/Line/Area chart related label Mar 26, 2020
@markov00 markov00 added :specs Chart specifications related issue :tooltip Related to hover tooltip labels Mar 27, 2020
@markov00 markov00 mentioned this issue Dec 2, 2020
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Impact:Medium :specs Chart specifications related issue :tooltip Related to hover tooltip :xy Bar/Line/Area chart related
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants