Add .container to ChartSpecs (#26989)

Can be given element instead of container ID
This commit is contained in:
Frederic Morel
2018-07-03 13:20:38 -04:00
committed by Mohamed Hegazy
parent dc86478557
commit e0ca316fb7

View File

@@ -20,6 +20,7 @@ declare namespace google {
export interface ChartSpecs {
chartType: string;
container?: HTMLElement;
containerId?: string;
options?: Object;
dataTable?: Object;