Popularity
2.1
Growing
Activity
0.0
Stable
110
5
9
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.
-
recharts
Redefined chart library built with React and D3. -
react-vis
Data visualization library based on React and d3. -
react-chartjs-2
Common react charting components using Chart.js 2.0. -
react-chartjs
Common react charting components using chart.js. -
react-sparklines
Beautiful and expressive Sparklines React component. -
semiotic
Semiotic is a data visualization framework for React -
react-google-charts
React-google-charts React component. -
react-timeseries-charts
Declarative timeseries charts. -
chartify
React.js plugin for building animated draggable and customizable charts. -
react-vega
Convert Vega spec into React class conveniently -
rumble-charts
React components for building composable and flexible charts. -
react-sigmajs
Lightweight but powerful library for drawing network graphs built on top of SigmaJS. -
d3-react-squared
Lightweight event system for (d3) charts and other components for ReactJS. -
react-sparkline
React component for rendering simple sparklines. -
JSCharting for React
Official JSCharting React Plugin & Examples -
react-muze
React wrapper for muze(free data visualization library for creating exploratory data visualizations in browser, using WebAssembly) -
essential js 2 charts
Beautiful and interactive charts & graphs for react.
Scout APM - Leading-edge performance monitoring starting at $39/month
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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.