From abeaf1be7fbfa30c94bc6fc94b388d25ef26b94e Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 8 Jun 2018 16:58:30 +0200 Subject: [PATCH] Add Bounds field to Chart.js CommonAxe --- types/chart.js/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/chart.js/index.d.ts b/types/chart.js/index.d.ts index cb3db72855..8063cf2629 100644 --- a/types/chart.js/index.d.ts +++ b/types/chart.js/index.d.ts @@ -506,6 +506,7 @@ declare namespace Chart { } interface CommonAxe { + bounds?: string; type?: ScaleType | string; display?: boolean; id?: string;