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
I'm using this with a jquery accordion. each section in the accordion has a chart but i only want the chart to animate on opening of the section it resides in. is this possible?
The text was updated successfully, but these errors were encountered:
You have to initialize them on the accordion event.
I had the same "issue" on TAB's so i initialize some charts "on load" and some on the Tab callback event.
To start on load i add the class '.onload'.
I'm using this with a jquery accordion. each section in the accordion has a chart but i only want the chart to animate on opening of the section it resides in. is this possible?
The text was updated successfully, but these errors were encountered: