Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/