UNPKG

@mozaic-ds/chart

Version:

<p align="center"> <img alt="ADEO Design system - Chart library" src="./.storybook/assets/adeo-design-system-chart-banner.svg" /> </p>

16 lines (14 loc) 481 B
import BarChart from './components/bar/BarChart.vue'; import DoughnutChart from './components/doughnut/DoughnutChart.vue'; import LineChart from './components/line/LineChart.vue'; import RadarChart from './components/radar/RadarChart.vue'; import MixedBarLineChart from './components/mixed/MixedBarLineChart.vue'; import BubbleChart from './components/bubble/BubbleChart.vue'; export { BarChart, DoughnutChart, LineChart, RadarChart, MixedBarLineChart, BubbleChart };