UNPKG

veritatisquam

Version:
36 lines (34 loc) 1.03 kB
import AreaChart from "./AreaChart.svelte"; import StackedAreaChart from "./StackedAreaChart.svelte"; import BarChartGrouped from "./BarChartGrouped.svelte"; import BarChartSimple from "./BarChartSimple.svelte"; import BarChartStacked from "./BarChartStacked.svelte"; import BubbleChart from "./BubbleChart.svelte"; import ComboChart from "./ComboChart.svelte"; import DonutChart from "./DonutChart.svelte"; import LineChart from "./LineChart.svelte"; import LollipopChart from "./LollipopChart.svelte"; import PieChart from "./PieChart.svelte"; import ScatterChart from "./ScatterChart.svelte"; import RadarChart from "./RadarChart.svelte"; import GaugeChart from "./GaugeChart.svelte"; import MeterChart from "./MeterChart.svelte"; import TreemapChart from "./TreemapChart.svelte"; export { AreaChart, StackedAreaChart, BarChartGrouped, BarChartSimple, BarChartStacked, BubbleChart, ComboChart, DonutChart, LineChart, LollipopChart, PieChart, ScatterChart, RadarChart, GaugeChart, MeterChart, TreemapChart };