I have a bar chart with a bar set with bar.value = 100. Then when I update this value to 150 the following happens:
From 100 it jumps to 0 and then animates back to 150.
I'm looking for a way so that instead of jumping to 0 and then animating to 150 it animates from 100 to the next new value which in this case is 150.
Is there a way to do this?