-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Chart options to control the chart's animation #171
Comments
Any updates on this issue? |
@stinus @LukasHKlg We will include in 1.10.0. |
You can check the WIP demos here:
We are making the same enhancements to all chart components. |
* Chart options to control the chart's animation #171
Got 404 on both links. |
@LukasHKlg The features have already been merged to the master branch. When changes are merged to the master branch, the preview deployment slot is deleted. However, I can share the preview here. 1.10.0 will be released on or before August 12, 2023. Recording_171_charts.mp4 |
Great work! Thanks for adding the feature! Looks perfect now! |
This is a feature request to allow control over the animation of the charts. Chart.js has an animation built in which animates the chart every time it updates. As I was working with real-time data and getting second by second updates, the chart in blazorbootstrap updates with an ease-in animation from bottom to top every few seconds.
It would be nice if we can control the animation the same way chart.js allows it like this:
For example https://www.chartjs.org/docs/latest/samples/line/line.html if you click 'add data' the only update happening is adding the datapoint to the end of the chart and scaling it correctly without that ease-in effect that the linechart in blazorbootstrap seems to have by default.
The text was updated successfully, but these errors were encountered: