Add optional startup property to TransitionAnimation

This commit is contained in:
Howard Pinsley
2015-12-12 16:25:16 -05:00
parent 8ea42cd8bb
commit 448bcc6e96

View File

@@ -365,6 +365,7 @@ declare module google {
export interface TransitionAnimation {
duration?: number;
easing?: string; // linear, in, out, inAndOut
startup?: boolean;
}
export interface ChartAxis {