Added animate to HighchartsElementObject

This commit is contained in:
David Deutsch
2015-04-17 17:35:17 -04:00
parent 52fa2b9ce3
commit 1c6370500f
+1
View File
@@ -1034,6 +1034,7 @@ interface HighchartsChart {
interface HighchartsElementObject {
add(): HighchartsElementObject;
add(parent: HighchartsElementObject): HighchartsElementObject;
animate(attributes: any, animation?: any): HighchartsElementObject;
attr(hash: any): HighchartsElementObject;
css(hash: HighchartsCSSObject): HighchartsElementObject;
destroy(): void;