[chart.js] Change CommonAxe display type (#38972) (#39903)

This commit is contained in:
Ricardo Mello
2019-10-29 19:25:14 -03:00
committed by Jesse Trinity
parent c47e5dbbb4
commit 0840adfee6

View File

@@ -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;