Hi All:
The question is related to Sample Chart package application in Apex version 5.x.
In Sample Chart application, for example for Bar (page # 9), there are buttons to click to dynamically change orientation of the bar chart from horizontal to vertical.
This is done by DA with Javascript like: $("#dualChart_jet").ojChart({stack: 'on'});


When you click button, it seems there is a transition/animation to change the orientation smoothly.
I want to know how to implement this transition/animation effect.
Thanks!
Kevin