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

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 ![image](https://github.com/apexcharts/vue3-apexcharts/assets/25219229/e2a8b735-679d-44be-ae11-5a6b67feaf70) Tried wrapping `apexchart` component in `ClientOnly` component but that didn't fix the issue ``` ``` Anyone has a fix for nuxt3?

no-issue-activity

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)`...

no-issue-activity

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...

no-issue-activity

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. ![image](https://github.com/apexcharts/vue3-apexcharts/assets/80033712/5e5f0876-4c52-4474-b88d-f5399a7c21c9) Please let...

no-issue-activity

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:...

no-issue-activity

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

no-issue-activity