telerik / blazor-ui

A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
https://www.telerik.com/blazor-ui
MIT License
341 stars 346 forks source link

Chart events #23

Closed MarkTMcp closed 5 years ago

MarkTMcp commented 5 years ago

Would be nice to have ChartEvents like GridEvents

Two use cases: 1) Click event for Series Legend that would be used to Hide/Show series. 2) Click event on series data point for drill-down to underlying data.

Currently using a hack with forms:

Annotation 2019-05-08 154720
Stamo-Gochev commented 5 years ago

Thanks for the suggestion. Indeed, this is an idea that can be added in a future version. You can also forward this suggestion to the feedback portal, where we can track the priority of the feature request depending on the number of votes it will receive:

https://feedback.telerik.com/blazor

marin-bratanov commented 5 years ago

You can follow the most common request for a click event here: https://feedback.telerik.com/blazor/1412010-i-need-a-click-event-on-a-chart-element-such-as-a-specific-bar-in-a-bar-chart-or-a-slice-in-a-pie-chart.

This repo will contain examples and is not going to be used as an issue tracker for the component suite itself.