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
You will see the animation for pos. bars is fine, but the animation for neg. bars is gone if inverted = true. animation for neg. bars is fine when inverted = false
The text was updated successfully, but these errors were encountered:
Negative Bar animation is gone if
axis.inverted=true
The issue is found while reviewing #3650
What did you expect to happen?
negative bar animation should be fine when inverted is enabled
Charts Environment
Charts version/Branch/Commit Number:
Xcode version: 10
Swift version: 4.2
Platform(s) running Charts: iOS
macOS version running Xcode: 10.14
Demo Project
Just use below data set:
and add a breakpoint or code
You will see the animation for pos. bars is fine, but the animation for neg. bars is gone if inverted = true. animation for neg. bars is fine when inverted = false
The text was updated successfully, but these errors were encountered: