I want to draw some lines on a scatter plot after clicking on a specific point. The lines will represent the connectivity among points (which will be choose by the user on a click event).
Any updates if the API supports click events already? I couldn’t find on the documentation.
I saw that! Thanks for your answer… However I already build the whole application with flask, bootstrap and plotly.
Dash doesn’t give you much freedom.
To finish I need to capture a mouse click event on a point (scatterplot) to trigger an action to decrease the opacity of some points and maintain of the rest…