mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
TimelineOptions.backgroundColor can be string or object, just like all the other charts
This commit is contained in:
+1
-1
@@ -844,7 +844,7 @@ declare module google {
|
||||
// https://google-developers.appspot.com/chart/interactive/docs/gallery/timeline#Configuration_Options
|
||||
export interface TimelineOptions {
|
||||
avoidOverlappingGridLines?: boolean;
|
||||
backgroundColor?: string;
|
||||
backgroundColor?: any;
|
||||
colors?: string[];
|
||||
enableInteractivity?: boolean;
|
||||
forceIFrame?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user