react-horizontal-stacked-bar-chart
Advanced tools
Comparing version 8.12.9 to 8.13.0
{ | ||
"name": "react-horizontal-stacked-bar-chart", | ||
"version": "8.12.9", | ||
"version": "8.13.0", | ||
"description": "React horizontal stacked bar responsive chart component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -31,2 +31,3 @@ [![version](https://img.shields.io/npm/v/react-horizontal-stacked-bar-chart.svg?style=flat-square)](https://www.npmjs.com/package/react-horizontal-stacked-bar-chart) | ||
``` | ||
Complete | ||
@@ -61,10 +62,27 @@ | ||
- data: PropTypes.array.isRequired, | ||
- id: PropTypes.string, | ||
- height: PropTypes.number, | ||
- showText: PropTypes.bool, | ||
- showTextUp: PropTypes.bool, | ||
- showTextDown: PropTypes.bool, | ||
- data: PropTypes.array.isRequired | ||
- id: PropTypes.string | ||
- height: PropTypes.number | ||
- showTextWithValue: PropTypes.bool | ||
- showTextIn: PropTypes.bool | ||
- showTextUp: PropTypes.bool | ||
- showTextDown: PropTypes.bool | ||
- showValueIn: PropTypes.bool | ||
- showValueUp: PropTypes.bool | ||
- showValueDown: PropTypes.bool | ||
- fontColor: PropTypes.string | ||
### Default Properties | ||
- height: 30 | ||
- showTextWithValue: true | ||
- showTextIn: false | ||
- showTextUp: false | ||
- showTextDown: false | ||
- showValueIn: false | ||
- showValueUp: false | ||
- showValueDown: false | ||
- fontColor: "white" | ||
- id: "hsbar" | ||
### Data object list | ||
@@ -71,0 +89,0 @@ |
Sorry, the diff of this file is too big to display
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
88288
11
92