Hi,
I am a little bit new with this.
but I am searching how can I change the text in the tooltip.
it is automagically (x,y).
I would like to make custom messages.
how is possible?
thank you
Hi,
I am a little bit new with this.
but I am searching how can I change the text in the tooltip.
it is automagically (x,y).
I would like to make custom messages.
how is possible?
thank you
It is - set an array with the text
attribute and set hoverinfo
to just text
.
text
: https://plot.ly/python/text-and-annotations/
hoverinfo
: https://plot.ly/python/reference/#scatter-hoverinfo
great! this one works
TNX!