From 6556eb615fad17f3c819bd8ea25e1f441dd2ae88 Mon Sep 17 00:00:00 2001 From: Shrujal Shah Date: Tue, 20 Nov 2018 22:15:19 +0530 Subject: [PATCH] Add missing explorer option in column chart --- 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 e5e400bc44..878e17a011 100644 --- a/types/google.visualization/index.d.ts +++ b/types/google.visualization/index.d.ts @@ -597,6 +597,7 @@ declare namespace google { chartArea?: ChartArea; colors?: string[]; enableInteractivity?: boolean; + explorer?: ChartExplorer; focusTarget?: string; fontSize?: number; fontName?: string;