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
This commit is contained in:
Cassey Lottman
2017-10-09 14:44:26 -07:00
committed by Wesley Wigham
parent c8e5feb857
commit 1afcc7cfa8
+3 -2
View File
@@ -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 <https://github.com/mtgibbs>, Simon Pfeifer <https://github.com/psimonski>, Cassey Lottman <https://github.com/clottman>
// 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;