Skip to content

KyleAMathews/react-micro-bar-chart

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/