mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add .container to ChartSpecs (#26989)
Can be given element instead of container ID
This commit is contained in:
committed by
Mohamed Hegazy
parent
dc86478557
commit
e0ca316fb7
1
types/google.visualization/index.d.ts
vendored
1
types/google.visualization/index.d.ts
vendored
@@ -20,6 +20,7 @@ declare namespace google {
|
||||
|
||||
export interface ChartSpecs {
|
||||
chartType: string;
|
||||
container?: HTMLElement;
|
||||
containerId?: string;
|
||||
options?: Object;
|
||||
dataTable?: Object;
|
||||
|
||||
Reference in New Issue
Block a user