Popularity
2.3
Stable
Activity
0.0
Stable
114
7
11

Programming language: CoffeeScript
License: MIT License
Tags: UI Components     Chart    
Latest version: v1.1.1

react-micro-bar-chart alternatives and similar libraries

Based on the "Chart" category.
Alternatively, view react-micro-bar-chart alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of react-micro-bar-chart or a related project?

Add another 'Chart' Library

README

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/