Hi All,
I am using plotly-plot from angular to display a line chart, but on the click on the line, i have to display a popup box like the below image, and to also get the co-ordinates or data of “x and y”, so that I show appropriate data instead of bad data.
Here is the below image of UX that i am planning to implement. Please suggest the best way to do it, I am planning on using annotations and style the annotation to look like popup box on the click event, but in order to do this, i have to call relayout on the plotly-plot.
Could someone help me on this.