vue3-apexcharts
vue3-apexcharts copied to clipboard
📊 Vue-3 component for ApexCharts
Hi, Thanks for providing this wrapper for apexcharts. Some issues that should be discussed and addressed soon: - v1.2.1 breaks the v1.1.x (no more exporting of e.g. `ApexAxisChartSeries` in the...
Hello! I am using your vue3-apexcharts in my project. In my project, I have five tabs and inside each of them I have one apexcharts component instance, is there any...
Hi! I'm trying to use vue3-apexcharts in layout, controlled via flexbox. In my page I have an area that contains 2 items - one of them is the chart and...
Could not find a declaration file for module 'vue3-apexcharts'. '/Users/igorilgiyaev/VScode/gigjockeyapp/node_modules/vue3-apexcharts/dist/vue3-apexcharts.js' implicitly has an 'any' type. There are types at '/Users/igorilgiyaev/VScode/gigjockeyapp/node_modules/vue3-apexcharts/typings/vue-apexcharts.d.ts', but this result could not be resolved when respecting package.json...
After exactly following the instruction I am getting  Tried wrapping `apexchart` component in `ClientOnly` component but that didn't fix the issue ``` ``` Anyone has a fix for nuxt3?
When updating from 1.4.4 to 1.5.2, I encounter errors when importing with `import VueApexCharts from "vue3-apexcharts";`: `Package path ./src/vue3-apexcharts is not exported from package /XXXX/node_modules/vue3-apexcharts (see exports field in /XXXX/node_modules/vue3-apexcharts/package.json)`...
I am using ```vite``` for development and also to build production JS of components library. I am using vue3-apexcharts for one of the component and it works fine in the...
Hello, I have faced a weird issue while using the apex chart with Apexchart with Vue 3 suspense components. Please find the error screenshot and reproduction project.  Please let...
Hi, This example doesn't work: https://apexcharts.com/vue-chart-demos/line-charts/syncing-charts/ The result is not synchronized. I found `generateDayWiseTimeSeries` on another site (https://observablehq.com/@tmcw/using-apexcharts), but I think that's not the problem. A complete vuejs 3 code:...
i try follow the step in doc for vue 3 but i keep get that error. my vue versior is "vue": "^3.3.4" with vite