KyleAMathews / react-micro-bar-chart

React component for micro bar-charts rendered with D3

Home Page:http://kyleamathews.github.io/react-micro-bar-chart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-micro-bar-chart

React component for micro bar-charts rendered with D3. Companion to react-sparkline.

Install

npm install react-micro-bar-chart

Usage

Intended for simple micro-charts.

var MicroBarChart = require('react-micro-bar-chart');

<MicroBarChart data={anArrayOfNumbers} />

See the demo for more examples.

Demo

http://kyleamathews.github.io/react-micro-bar-chart/

About

React component for micro bar-charts rendered with D3

http://kyleamathews.github.io/react-micro-bar-chart/

License:MIT License


Languages

Language:CoffeeScript 66.3%Language:JavaScript 24.9%Language:Makefile 8.8%