diff --git a/types/google.visualization/index.d.ts b/types/google.visualization/index.d.ts index 2912507e08..e5e400bc44 100644 --- a/types/google.visualization/index.d.ts +++ b/types/google.visualization/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for Google Visualisation Apis // Project: https://developers.google.com/chart/ -// Definitions by: Dan Ludwig , Gregory Moore , Dan Manastireanu , Michael Cheng , Ivan Bisultanov , Gleb Mazovetskiy +// Definitions by: Dan Ludwig , Gregory Moore , Dan Manastireanu , Michael Cheng , Ivan Bisultanov , Gleb Mazovetskiy , Shrujal Shah // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace google { @@ -478,7 +478,7 @@ declare namespace google { showColorCode?: boolean; textStyle?: ChartTextStyle; trigger?: string; - ignoreBounds?: boolean + ignoreBounds?: boolean; } export interface ChartBoundingBox {