Plotly.Blazor
Plotly.Blazor copied to clipboard
How to make polar plot and add click event to get selected points?
I did not find a way to make polar plot? Could you make one example

How to add click event to get the selected points from scatter charts. In ASP.net form with HighCharts, I use Javascript to get the selected points . In Blazor with Plotly, how to achieve this function?
I think that for this we need to add support for selection event first. I have created PR that adds some of the examples for the polar charts from plotly.js documentation. I will have a look on the select event and see what I can do about that.