mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
committed by
Jesse Trinity
parent
c47e5dbbb4
commit
0840adfee6
3
types/chart.js/index.d.ts
vendored
3
types/chart.js/index.d.ts
vendored
@@ -19,6 +19,7 @@
|
||||
// Martin Trobäck <https://github.com/lekoaf>
|
||||
// Elian Cordoba <https://github.com/ElianCordoba>
|
||||
// Takuya Uehara <https://github.com/indigolain>
|
||||
// Ricardo Mello <https://github.com/ricardo-mello>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
@@ -639,7 +640,7 @@ declare namespace Chart {
|
||||
interface CommonAxe {
|
||||
bounds?: string;
|
||||
type?: ScaleType | string;
|
||||
display?: boolean;
|
||||
display?: boolean | string;
|
||||
id?: string;
|
||||
stacked?: boolean;
|
||||
position?: string;
|
||||
|
||||
Reference in New Issue
Block a user