vue3-apexcharts icon indicating copy to clipboard operation
vue3-apexcharts copied to clipboard

📊 Vue-3 component for ApexCharts

Results 82 vue3-apexcharts issues
Sort by recently updated
recently updated
newest added

src/plugins/index.ts:17:3 - error TS2345: Argument of type '[]' is not assignable to parameter of type '[ctx: Omit void; expose: (exposed?: Exposed) => void; }, "expose">]'. Source has 0 element(s) but...

I'm trying to create small example chart Script ``` const series = ref({ name: "series-1", data: [30, 40, 45, 50, 49, 60, 70, 91] }); const options = ref({ chart:...