Popularity
2.3
Growing
Activity
0.0
Stable
114
4
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.
-
chartify
DISCONTINUED. ๐ ๐ ๐ React.js plugin for building charts using CSS [GET https://api.github.com/repos/kis/chartify: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of react-micro-bar-chart or a related project?
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.