ChartArea allows missing members

This commit is contained in:
Georgie 2014-07-14 14:05:30 -07:00
parent b395e7ec19
commit 4e6c9f190b

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 {