Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-horizontal-stacked-bar-chart

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-horizontal-stacked-bar-chart - npm Package Compare versions

Comparing version 8.12.9 to 8.13.0

.npmignore

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc