mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
ChartArea allows missing members
This commit is contained in:
parent
b395e7ec19
commit
4e6c9f190b
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user