mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
@types/chartist "they forgot to add this property" (#43212)
* @types/chartist "they forgot to add this property" * Fix asterix in jsdoc
This commit is contained in:
parent
76168b497f
commit
9e21b2e4c0
7
types/chartist/index.d.ts
vendored
7
types/chartist/index.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Chartist v0.9.81
|
||||
// Project: https://github.com/gionkunz/chartist-js
|
||||
// Definitions by: Matt Gibbs <https://github.com/mtgibbs>, Simon Pfeifer <https://github.com/psimonski>, Anastasiia Antonova <https://github.com/affilnost>, Sunny Juneja <https://github.com/sunnyrjuneja>, Sam Raudabaugh <https://github.com/raudabaugh>
|
||||
// Definitions by: Matt Gibbs <https://github.com/mtgibbs>, Simon Pfeifer <https://github.com/psimonski>, Anastasiia Antonova <https://github.com/affilnost>, Sunny Juneja <https://github.com/sunnyrjuneja>, Sam Raudabaugh <https://github.com/raudabaugh>, Manuel Borrajo <https://github.com/borrajo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare namespace Chartist {
|
||||
@ -278,7 +278,10 @@ declare namespace Chartist {
|
||||
onlyInteger?: boolean;
|
||||
chartPadding?: IChartPadding;
|
||||
seriesBarDistance?: number;
|
||||
|
||||
/**
|
||||
* Override the class names that are used to generate the SVG structure of the chart
|
||||
*/
|
||||
classNames?: IBarChartClasses;
|
||||
/**
|
||||
* If set to true this property will cause the series bars to be stacked and form a total for each series point. This will also influence the y-axis and the overall bounds of the chart. In stacked mode the seriesBarDistance property will have no effect.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user