Plotly.Blazor icon indicating copy to clipboard operation
Plotly.Blazor copied to clipboard

How to make polar plot and add click event to get selected points?

Open EWChina999 opened this issue 3 years ago • 2 comments

I did not find a way to make polar plot? Could you make one example image

EWChina999 avatar May 09 '22 05:05 EWChina999

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?

EWChina999 avatar May 09 '22 05:05 EWChina999

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.

jacekpapiniak avatar Oct 28 '23 18:10 jacekpapiniak