LayTec-AG / Plotly.Blazor

This library packages the well-known charting library plotly.js into a razor component that can be used in a Blazor project.
MIT License
353 stars 52 forks source link

Add click event to 3d charts examples #379

Closed jacekpapiniak closed 11 months ago

jacekpapiniak commented 1 year ago

I was investigating if click and hover event work for 3d charts as I thought mentioned events have been added only for 2d charts. As part of my tests I updated Ribbon and Surface charts examples that I have used as my test objects. For convinient display I have added new .razor component that will display values in two columns (3d & 2d) for click and hover event using MudGrid .

I have not seen click event for legend so it is something I want to take a look at next. Do we want any task/issue open for that?

jacekpapiniak commented 1 year ago

If you feel like it is good idea, I can update rest of the examples with click or hover events display in this or another pr.