Hi. We need to get exactly tooltip text that will be displayed by plotly.
As I understand we may to use plotly_hover
for this. But plotly_hover
gets points
array as input. Questions:
- In what cases the length of
points
array will be more than 1? - When length of
points
array more than 1, what point (what index ofpoints
) plotly will select to display tooltip?
Thanks.