When i click on a data point in the scatter plot i need give it a mark or change in color immediately

when i click on a data point in the scatter plot i need give it a mark or change in color immediately to another color and a mark saying that it is already clicked?
is it possible in dash?

Try to have a look on Dash’s User Guide on Interactive Programming. There are some examples of callbacks on both hovering or clicking points in a figure. :man_technologist:
Link: https://dash.plot.ly/interactive-graphing

1 Like