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

This pull request updates apexchart dependency and should fixes some issues old apexchart had, like irregular logaritmic graphs bugs on y-axis, etc. fixed on newer version of the library. [vue3-apexcharts](https://github.com/apexcharts/vue3-apexcharts)...

Env: ``` "apexcharts": "^3.22.2", "vue": "^3.0.2", "vue3-apexcharts": "^1.1.1" ``` My options: ``` { chart: { height: 590, type: "area", }, dataLabels: { enabled: false, }, stroke: { curve: "smooth", },...

I found out that `init` method can be triggered twice when component gets mounted and series get updated very quickly after component got mounted. So I added a small check...

In newly created Nuxt app every time I try to install apex chart via: npm install --save apexcharts npm install --save vue3-apexcharts **Here is log of errors:** npm ERR! code...

Hey, Is it possible to reduce the bundle size for the Vue 3 ApexCharts wrapper?

Setting "brush" will throw the following error: `Unable to preventDefault inside passive event listener invocation.` I used the following example to reproduce it: https://apexcharts.com/vue-chart-demos/line-charts/brush-chart/ It works fine in version 2

# About i'm working on a vue 3 project with typescript and i need the x axis to recognize in dates I've tried in several ways, including creating data with...

Hey all, I've spent the last few hours trying to programatically call `zoomX` on a chart and I claim defeat :) I've got an `async mounted()` hook so I am...

To run the examples, ```bash cd demo yarn install yarn start ``` got ```sh ERROR Failed to compile with 1 errors 1:32:41 AM This relative module was not found: *...

I'm seeing the same issue as described in https://github.com/apexcharts/vue-apexcharts/issues/134 Is this a regression or am I not configuring the chart correctly?