TimelineOptions.backgroundColor can be string or object, just like all the other charts

This commit is contained in:
Georgie
2014-06-16 17:44:14 -07:00
parent de2a2826ae
commit bbd9ce1249
+1 -1
View File
@@ -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;