Popularity
2.2
Stable
Activity
0.0
Stable
113
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.
-
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]
Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management โ all implemented with just a few lines of code. Start building today.
Promo
www.civic.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.