mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Add missing semicolon, Add author
This commit is contained in:
4
types/google.visualization/index.d.ts
vendored
4
types/google.visualization/index.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
// Type definitions for Google Visualisation Apis
|
||||
// Project: https://developers.google.com/chart/
|
||||
// Definitions by: Dan Ludwig <https://github.com/danludwig>, Gregory Moore <https://github.com/gmoore-sjcorg>, Dan Manastireanu <https://github.com/danmana>, Michael Cheng <https://github.com/mlcheng>, Ivan Bisultanov <https://github.com/IvanBisultanov>, Gleb Mazovetskiy <https://github.com/glebm>
|
||||
// Definitions by: Dan Ludwig <https://github.com/danludwig>, Gregory Moore <https://github.com/gmoore-sjcorg>, Dan Manastireanu <https://github.com/danmana>, Michael Cheng <https://github.com/mlcheng>, Ivan Bisultanov <https://github.com/IvanBisultanov>, Gleb Mazovetskiy <https://github.com/glebm>, Shrujal Shah <https://github.com/shrujalshah28>
|
||||
// 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 {
|
||||
|
||||
Reference in New Issue
Block a user