You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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={''}
The text was updated successfully, but these errors were encountered:
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
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.
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:
The text was updated successfully, but these errors were encountered: