How to highlight the points on the graph

Hello Team,

Please check the below graph plotted using plotly chart.

I want to make the points highlighted either with different color (or) make the point bigger when the points are clicked .

Is there any way or option to achieve it?

You can use clickData to get the specs of the clicked datapoint (Part 3. Interactive Graphing and Crossfiltering | Dash for Python Documentation | Plotly) and via a callback you can adjust the markersize for the clicked datapoint.