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

Implement zoom functionality #5502

Open
technyon opened this issue May 9, 2024 · 2 comments
Open

Implement zoom functionality #5502

technyon opened this issue May 9, 2024 · 2 comments
Assignees
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
Milestone

Comments

@technyon
Copy link

technyon commented May 9, 2024

Is your feature request related to a problem? Please describe.
The current implementation for charts lacks zoom (and panning).

Describe the solution you'd like
Allow the user to zoom. This functionality could be enabled by implement wrapper code for chartjs-plugin-zoom

Additional context

I need a line chart that displays realtime data, and at the same time allows the user to zoom in on parts of the data. Optimally scrolling of realtime data would stop while the user has zoomed in on data, and continue when returning to "normal" zoom.

P.S.: I'm using server-side rendering.

@technyon technyon added the Type: Feature ⚙ Request or idea for a new feature. label May 9, 2024
@stsrki
Copy link
Collaborator

stsrki commented May 9, 2024

Hello @technyon Thank you for the submission.

As mentioned in our previous discussion, we will look into it and implement it if possible.


Note for self: https://www.chartjs.org/chartjs-plugin-zoom/latest/

@stsrki stsrki self-assigned this May 9, 2024
@stsrki stsrki added this to the 1.6 milestone May 9, 2024
@stsrki stsrki added this to 🔙 Triage in Development via automation May 9, 2024
@technyon
Copy link
Author

For reference, this library already implements the plugin:

https://github.com/erossini/BlazorChartjs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
Development
  
🔙 Triage
Development

No branches or pull requests

2 participants