mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
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:
committed by
Wesley Wigham
parent
c8e5feb857
commit
1afcc7cfa8
Vendored
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user