mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 22:38:33 +08:00
ChartArea allows missing members
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user