mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add missing explorer option in column chart
This commit is contained in:
parent
a805e58dc2
commit
6556eb615f
1
types/google.visualization/index.d.ts
vendored
1
types/google.visualization/index.d.ts
vendored
@ -597,6 +597,7 @@ declare namespace google {
|
||||
chartArea?: ChartArea;
|
||||
colors?: string[];
|
||||
enableInteractivity?: boolean;
|
||||
explorer?: ChartExplorer;
|
||||
focusTarget?: string;
|
||||
fontSize?: number;
|
||||
fontName?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user