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
While testing this I also found some cases where the hoverlabel text doesn't automatically contrast with the bgcolor in a sufficient way ... setting layout.hoverlabel.bgcolor = "white" gives this, where issue 1 is that the bottom overlabel doesn't have black text and issue 2 is that the trace-name portion of the label doesn't have black text. Setting layout.hoverlabel.font.color = "black" only corrects issue 1.
The text was updated successfully, but these errors were encountered:
From @nicolaskruchten :
While testing this I also found some cases where the hoverlabel text doesn't automatically contrast with the
bgcolor
in a sufficient way ... settinglayout.hoverlabel.bgcolor = "white"
gives this, where issue 1 is that the bottom overlabel doesn't have black text and issue 2 is that the trace-name portion of the label doesn't have black text. Settinglayout.hoverlabel.font.color = "black"
only corrects issue 1.The text was updated successfully, but these errors were encountered: