Merge pull request #2505 from fivetran/google.visualization

ChartArea allows missing members
This commit is contained in:
Basarat Ali Syed
2014-07-15 16:25:13 +10:00
+4 -4
View File
@@ -244,10 +244,10 @@ declare module google {
}
export interface ChartArea {
top: any;
left: any;
width: any;
height: any;
top?: any;
left?: any;
width?: any;
height?: any;
}
export interface ChartLegend {