mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add Bounds field to Chart.js CommonAxe
This commit is contained in:
1
types/chart.js/index.d.ts
vendored
1
types/chart.js/index.d.ts
vendored
@@ -506,6 +506,7 @@ declare namespace Chart {
|
||||
}
|
||||
|
||||
interface CommonAxe {
|
||||
bounds?: string;
|
||||
type?: ScaleType | string;
|
||||
display?: boolean;
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user