mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-29 00:44:32 +00: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