vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

Charts: LineChart - Animation after calling UpdateAsync #595

Open urbanstepa opened 6 months ago

urbanstepa commented 6 months ago

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):

grisharav commented 1 month ago

Indeed a nice feature to have