Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KyleAMathews/react-micro-bar-chart
React component for micro bar-charts rendered with D3
https://github.com/KyleAMathews/react-micro-bar-chart
Last synced: about 2 months ago
JSON representation
React component for micro bar-charts rendered with D3
- Host: GitHub
- URL: https://github.com/KyleAMathews/react-micro-bar-chart
- Owner: KyleAMathews
- License: mit
- Created: 2014-08-22T21:04:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T05:25:44.000Z (about 7 years ago)
- Last Synced: 2024-10-14T12:59:42.436Z (about 2 months ago)
- Language: CoffeeScript
- Homepage: http://kyleamathews.github.io/react-micro-bar-chart/
- Size: 863 KB
- Stars: 113
- Watchers: 7
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-components-all - react-micro-bar-chart - React component for micro bar-charts rendered with D3. (Uncategorized / Uncategorized)
- awesome-list - react-micro-bar-chart - React component for micro bar-charts rendered with D3. (Demos / Chart)
- awesome-react-components - react-micro-bar-chart - React component for micro bar-charts rendered with D3. (UI Components / Chart)
README
react-micro-bar-chart
=====================React component for micro bar-charts rendered with D3. Companion to [react-sparkline](https://github.com/KyleAMathews/react-sparkline).
## Install
`npm install react-micro-bar-chart`## Usage
Intended for simple micro-charts.
````javascript
var MicroBarChart = require('react-micro-bar-chart');````
See the demo for more examples.
## Demo
http://kyleamathews.github.io/react-micro-bar-chart/