You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing the amount of data and their value in a victory pie the animation ends with a pie in a state that suggests that it took in account the removal of some entries, but not the change of values.
Steps to reproduce
- create a pie chart and set the data to `[1, 1, 1, 1, 5]`- update the data to be `[9, 1, 1, 1]` (in the sandbox, click on the update button)
Expected behavior
The animation should end with a pie chart showing four districts, one of which is nine times the size of the others.
Actual behavior
The animation ends up with a pi chart with four equal districts.
Is there an existing issue for this?
Code of Conduct
Victory version
37.3.2 (the issue is not present in 36.6.11, but present in 36.9.2 and still present in 37.3.2)
Code Sandbox link
https://codesandbox.io/p/sandbox/piechart-zzgrtl
Bug report
Steps to reproduce
Expected behavior
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: