From e0ca316fb715bd97f69d559bbecb60201683ed50 Mon Sep 17 00:00:00 2001 From: Frederic Morel Date: Tue, 3 Jul 2018 13:20:38 -0400 Subject: [PATCH] Add .container to ChartSpecs (#26989) Can be given element instead of container ID --- types/google.visualization/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/google.visualization/index.d.ts b/types/google.visualization/index.d.ts index a94ca8dc90..5a4e8f0b32 100644 --- a/types/google.visualization/index.d.ts +++ b/types/google.visualization/index.d.ts @@ -20,6 +20,7 @@ declare namespace google { export interface ChartSpecs { chartType: string; + container?: HTMLElement; containerId?: string; options?: Object; dataTable?: Object;