Hiding some details on hover text

Hi,

How can I hide x,y axis details on hover text?
I want to see only text value I have created not axis values.

regards

@doga In the trace definition insert:

text=your_text,# your_text can be a string or a list of strings
hoverinfo='text'