blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Charts: LineChart - Animation after calling UpdateAsync

Open urbanstepa opened this issue 1 year ago • 2 comments

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:

  1. Watch UI after calling UpdateAsync on chart
  2. 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]

urbanstepa avatar Feb 27 '24 20:02 urbanstepa

Indeed a nice feature to have

grisharav avatar Jul 17 '24 15:07 grisharav