Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a function to get the selected points in Blazor #174

Open
EWChina999 opened this issue May 24, 2022 · 1 comment
Open

Add a function to get the selected points in Blazor #174

EWChina999 opened this issue May 24, 2022 · 1 comment
Labels
enhancement New feature or request future work

Comments

@EWChina999
Copy link

With jQuery, we can get the selected points by a click on the line charts . Then we can generate another charts with the data point the user clicks on.
Could you add this feature in Blazor?
I googled the whole internet , found one website of ECharts has one feature . http://blazor-echarts.5izhy.cn/line/index .
I checked #147 and also demo https://plotly-blazor.azurewebsites.net/ , I did not find the function of getting the selected points . Could you make a demo ?

@sean-mcl sean-mcl added enhancement New feature or request future work labels Sep 28, 2022
@benberlin7
Copy link

benberlin7 commented Oct 19, 2022

Have not tested it yet but there is a property called "Selected" in the Chart, which IMHO gives back selected Traces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future work
Projects
None yet
Development

No branches or pull requests

3 participants