vue3-apexcharts
vue3-apexcharts copied to clipboard
📊 Vue-3 component for ApexCharts
Hi, I have an issue with stacked chart. On my page there are sidebar and chart. 1. Sidebar is collapsed and chart has been rendered. 2. I clicked on legend...
Will you help me? How can I ensure that `this.xaxisTooltip` is never null? I tried to play with the` chartOptions` but I can't seem to be able to ensure it...
I'm encountering an issue when trying to use Vue3-ApexCharts with the Nuxt3 framework. When running the code, I receive an error message "properties of undefined (reading '0')" along with a...
Hi there, I encountered a strange problem. When I put props in the ACharts component which is parent of apexchart, the first tag of the AChart component encountered a problem....
Hello, is it somehow possible to move the toolbar to my own div? I have a div that contains 2 elements - header and chart. In the header I have...
Hi folks, thanks for this amazing library. My app is not using an SPA or running on npm, instead it is just a single html page. I have been using...
### Description The same Bar chart is displayed 3 times. After some time milliseconds the second and 3rd copy are removed. Sometimes 2nd and 3rd copy remain, until user zooms...
tickAmount for x-axis-grid-lines doesn't work. (v 3.37.2) The tickAmount feature works correctly for x-axis labels, but not for x-axis-grid-lines . it worked for vue 2 correctly. Thx for help! `xaxis:...
Hi there, I have used Stacked Bar 100 on my Vue 3 project using composition Api. I have made dynamically changing values of series and categories, which is working fine...
I'm having an issue where locally the html for the charts legend is generating inside the base svg element inside of a foreignObject tag whereas on production it is not...