-
-
Notifications
You must be signed in to change notification settings - Fork 22
The legend of the datapoint corresponding to show_value is polluted when data is generated by a filters-fn combination #257
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
Comments
Interesting, I do add Is there anything special in the rest of the yaml? |
except: |
Uhm. The hovertemplate may be overriding it. |
Then it looks like it is a plotly bug :/ maybe try with |
Ok, it needs both hoverinfo and hovertemplate hovertemplate: false
hoverinfo: none adding these two to an entity makes the tooltip go away, even in x-unified hover mode. I'll keep this open and fix in the next release by adding those two to the template of the fake trace used for show_value. In the meanwhile if it bothers you, you could add a second trace with no hoverinfo and template, remove all but the last datapoints and set show_value on it. |
Describe the bug
Only if data is generated by
filters-fn
, the legend of the first point (show_value
) gets extra information from I suppose the underlying-fake-scatterplotScreenshots

while other data points are perfect:

yaml
The text was updated successfully, but these errors were encountered: