Replies: 1 comment
-
|
As stated here for disabling the hover you need to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I'm trying to plot a minimalist line graph, i'm close to finish.
The goal is to display the next 24h temperature forecast and annotate the maximum and the minimum tempereture for the next 24h.
My first problem is: i cannot disable the hover info. Even with
hoverinfo: "skip"orhoverinfo: "none"And my second problem is that the text for the maximum and the minimum is not displayed. The marker is visible but not the text.
What am I doing wrong ?
Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions