@types/chartist
Advanced tools
Comparing version 0.9.47 to 0.9.48
// 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 | ||
@@ -281,4 +281,7 @@ | ||
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. | ||
@@ -285,0 +288,0 @@ */ |
{ | ||
"name": "@types/chartist", | ||
"version": "0.9.47", | ||
"version": "0.9.48", | ||
"description": "TypeScript definitions for Chartist", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "raudabaugh" | ||
}, | ||
{ | ||
"name": "Manuel Borrajo", | ||
"url": "https://github.com/borrajo", | ||
"githubUsername": "borrajo" | ||
} | ||
@@ -43,4 +48,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1d188135313ad83ef09f4c37e0af2cc5653a82eb492925f2c1b19a72ad241527", | ||
"typesPublisherContentHash": "e26f4c363bee4176f4c00e9e964e1235ec79bfdcf236dd965d5864d1531a5eb7", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 16 Jan 2020 18:05:31 GMT | ||
* Last updated: Fri, 27 Mar 2020 05:36:10 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `Chartist` | ||
# Credits | ||
These definitions were written 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), and Sam Raudabaugh (https://github.com/raudabaugh). | ||
These definitions were written 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), and [Manuel Borrajo](https://github.com/borrajo). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30845
613