amcharts / dataloader

Apache License 2.0
25 stars 25 forks source link

[New feature] onComplete #3

Closed dmachehin closed 9 years ago

dmachehin commented 9 years ago

Need callback option: onComplete

martynasma commented 9 years ago

Added in 1.0.1

markedmondson commented 9 years ago

It'd be really useful to have the chart object available in these callbacks. Eg:

callFunction( options.complete, chart );
martynasma commented 9 years ago

Done. Thanks!