vue3-apexcharts
vue3-apexcharts copied to clipboard
📊 Vue-3 component for ApexCharts
https://github.com/apexcharts/vue3-apexcharts/blob/9c233ce554b9d37f1f809e109bf78ecc2a0187c0/src/vue3-apexcharts.js#L240 That could simplify the changing of the chart title for example. `chartOptions.title.text = 'new title'`
I followed the directions in [another post](https://github.com/apexcharts/vue3-apexcharts/issues/9#issuecomment-1180533593) to import vue3-apexcharts into nuxt3 as a plugin because it does not appear to SSR. I was able to get vue3-apexcharts into nuxt3...
getting following error when loading with vuetify & histoire, could this be related to vite config? ``` "vue": "^3.2.41", "vue3-apexcharts": "^1.4.1", "vuetify": "3.0.3" ``` ``` ReferenceError: SVG is not defined...
Hi guys! I am using apexchart with Vue3-apexcharts/ Vue 3 / Typescript. If a particular series is selected console thrown error when updating chart. Does anyone know a solution? ...
rangeArea charts are working fine in dev mode but it's crashing when i'm building it and serving through my static server. The tab just hangs up and there is absolutely...
OS: macOS Monterey v12.6 Google Chrome version: 106.0.5249.119 (Official Build) (arm64) Usage: ```javascript const getChartOptions = (type = 'pie') => ({ series: [], chart: { type, }, noData: { text:...
Hi guys! Am I doing something wrong here or did I discover a bug? **Problem**: When changing the labels in the radialbar graph in Vue3, the graph shrinks quite a...
Hey Guys, I want to know if there's a way to zoom out my graph using "EVENTS" either using **scroll** or **click** . I have searched abit on internet. All...
Hey guys, I am facing an issue that if I am deselecting all legends its Still showing X-axis Dates/Years. I am using Vue 3 
Hi everyone. I want to get series data when i click a points. i searched but i didnt find any solution. someone help me about it? ` const chartRef =...