UNPKG

react-chartjs-components

Version:

Simple react components for ChartJs 2+ library.

13 lines (12 loc) 323 B
import Chart from './components/Chart'; import LineChart from './components/LineChart'; import BarChart from './components/BarChart'; import PieChart from './components/PieChart'; import DoughnutChart from './components/DoughnutChart'; export { Chart, LineChart, PieChart, DoughnutChart, BarChart, };