blazorbootstrap
blazorbootstrap copied to clipboard
Charts: LineChart - Animation after calling UpdateAsync
Describe the bug Would be nice to be able to disable animation that happens after calling UpdateAsync on LineChart (Or other charts).
To Reproduce Steps to reproduce the behavior:
- Watch UI after calling UpdateAsync on chart
- Chart creates animation.
Expected behavior Be able to disable the animation and render the graph as is. Possibly by setting property "AnimationMode" on class LineChartOptions.
Versions (please complete the following information):
- BlazorBootstrap: 2.0.0
- Blazor WebAssembly & Server
- .NET Version: [.NET 8]
Indeed a nice feature to have