Codepen link : https://codepen.io/anon/pen/ddOawX
I want to set hovermode of one trace when i have multiple traces.
Like in this example i would like to hide the hovermode on any one trace.
Codepen link : https://codepen.io/anon/pen/ddOawX
I want to set hovermode of one trace when i have multiple traces.
Like in this example i would like to hide the hovermode on any one trace.
Hey @ashukaushik
I think you’re looking for hoverinfo='none'
? https://plot.ly/javascript/reference/#scatter-hoverinfo
thanks for the solution