vue3-apexcharts
vue3-apexcharts copied to clipboard
📊 Vue-3 component for ApexCharts
Hello! Could you release a new version of this package on NPM? :smile: As the latest version does not include the fix for the Typescript typings from #99 This would...
Hi! I want to create a chart and when you hover a bar you've got a tooltip with another chart in it. To do so I created a new component...
Hello, I am using vue3-apexcharts with an AreaChart, which disappears if I have more than 4 Dataseries. Code looks like follows: Mockup-Data `const chartData = { series: [ { name:...
### Description ### Steps to Reproduce 1. set chart type to 'radar' 2. add xaxis like ``` xaxis: { categories: [your data], labels: { show: true, style: { cssClass: 'custom-class',...
I wanted to change something in ApexChart.js and wondered why the changes are not reflected in my application. Then I saw that the ApexCharts Lib is bundled inside vue3-apexcharts. So...
Hi team I'm setting up my charts the following way: ```vue export default { created () { this.loadData () }, mounted () { this.$refs.myChart.updateOptions({ ... all the properties goes here...
As soon as I add a `responsive` property in the `config` object, any update to the config will trigger a "too much recursion" error. I found a [similar report on...
Hello! Can you add support locale when we registartion component in `app.use(VueApexCharts)`? In like Element-plus, its look next: `app.use(ElementPlus, {locale: ru});`
Context: https://github.com/user-attachments/assets/d018d184-18d7-42e0-a8c0-98eb724b822e If the user directly clicks/triggers the dataPointSelection - the data:pieClicked property and other related built in events do not work as compared to having an external / custom...
"zoomed" event not firing when chart zoomed out or zoomed in npm requirements: "apexcharts": "^3.49.2", "vue3-apexcharts": "^1.5.3", Installed Versions: ├── [email protected] ├── [email protected] Vue3 Component: ``` import {ChartDateSeries} from "@/interface/ChartDateSeries";...