Hi,
I have two bar charts displaying positive and negative values respectively. They have long labels on y axis. I also have animation enabled for those bars.
The issue I am noticing is that the animation works fine when the bars are from left to right as in this fiddle.
http://jsfiddle.net/dineshparne/08vjudjc/
But when the bars are from right to left the bars start animating from where the labels are instead of the y axis line. Like in this fiddle.
http://jsfiddle.net/dineshparne/5w3xws90/
Is there a way to fix this? Or am I doing something wrong here? I would really appreciate your help.
Thanks,
Dinesh