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;