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>

9 lines (6 loc) 225 B
import type { App } from 'vue'; import MixedBarLineChart from './MixedBarLineChart.vue'; MixedBarLineChart.install = (app: App) => { app.component('MixedBarLineChart', MixedBarLineChart); }; export { MixedBarLineChart };