UNPKG

@paulchang880703/chart-components

Version:

Reusable chart components based on MUI X Charts (Line, Bar, Gauge)

3 lines 155 B
export { default as LineChart } from "./LineChart"; export { default as BarChart } from "./BarChart"; export { default as GaugeChart } from "./GaugeChart";