I need to make a chart that looks like this:
I have troubles with placing hoverinfo above markers and also with the padding inside the hover box.
In plotly, hoverinfo seems always appear on the right side of the markers.
Is it possible to change its position?
I saw couple similar questions and looked through Plotly events documentation.
It is not clear for me how to use ‘plotly_hover’ and onHover events as I am using React.js and all examples are given for JavaScript implementation.
Wondering if you have some built-in flexibility for hoverinfo I am not aware of, or have examples for changing onHover events in React.js?
Thank you so much in advance,
Alisa