From 0840adfee6d078a511eb37d778a7a6a604c7f260 Mon Sep 17 00:00:00 2001 From: Ricardo Mello Date: Tue, 29 Oct 2019 19:25:14 -0300 Subject: [PATCH] [chart.js] Change CommonAxe display type (#38972) (#39903) --- types/chart.js/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/chart.js/index.d.ts b/types/chart.js/index.d.ts index fbc29a95c7..e765aea54c 100644 --- a/types/chart.js/index.d.ts +++ b/types/chart.js/index.d.ts @@ -19,6 +19,7 @@ // Martin Trobäck // Elian Cordoba // Takuya Uehara +// 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;