From 1afcc7cfa8ca8787bbe1cd1aae36d5a5d1a27642 Mon Sep 17 00:00:00 2001 From: Cassey Lottman Date: Mon, 9 Oct 2017 16:44:26 -0500 Subject: [PATCH] Add missing Chartist element in ClassNames object (#20216) * missing comment * missing comment * add missing scale & gridBackground * remove scale which is from a plugin * missing closing parens --- types/chartist/index.d.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/types/chartist/index.d.ts b/types/chartist/index.d.ts index 3eb5e07973..6bdb7ebfe3 100644 --- a/types/chartist/index.d.ts +++ b/types/chartist/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Chartist v0.9.7 +// Type definitions for Chartist v0.9.8 // Project: https://github.com/gionkunz/chartist-js // Definitions by: Matt Gibbs , Simon Pfeifer , Cassey Lottman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -190,7 +190,7 @@ declare namespace Chartist { /** * If specified the donut segments will be drawn as shapes instead of strokes. - */ + */ donutSolid?: boolean; /** @@ -367,6 +367,7 @@ declare namespace Chartist { area?: string; grid?: string; gridGroup?: string; + gridBackground?: string; vertical?: string; horizontal?: string; start?: string;