Popularity
2.3
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.
-
recharts
Redefined chart library built with React and D3 -
victory
A collection of composable React components for building interactive data visualizations -
react-chartjs-2
React components for Chart.js, the most popular charting library -
react-chartjs
Common react charting components using chart.js. -
react-sparklines
Beautiful and expressive Sparklines React component -
semiotic
A data visualization framework combining React & D3 -
react-google-charts
A thin, typed, React wrapper over Google Charts Visualization and Charts API. -
react-dazzle
:rocket: Dashboards made easy in React JS. -
react-highcharts
React wrapper for Highcharts library -
react-timeseries-charts
Declarative and modular timeseries charting components for React -
chartify
๐ ๐ ๐ React.js plugin for building charts using CSS -
react-vega
Convert Vega spec into React class conveniently -
rumble-charts
React components for building composable and flexible charts -
react-sigmajs
Lightweight React 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 -
Flowchart React
Lightweight flowchart & flowchart designer for React.js. -
JSCharting for React
Official JSCharting React Plugin & Examples -
essential js 2 charts
Beautiful and interactive charts & graphs for react.
Appwrite - The open-source backend cloud platform
The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
Promo
appwrite.io
* 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.