vue3-apexcharts
vue3-apexcharts copied to clipboard
📊 Vue-3 component for ApexCharts
Switching a route inside an apexchart event callback causes an error in the console.  (I've been using the solution suggested in #20 to bind the event) ```html ``` ```javascript...
Hi, there! I get this error (see attached image) when I use the Composition API and the Options API. Said error appears when I edit the script section of my...
If the `series` prop passed to the VueApexCharts component is an empty array (`[]`), the chart ignores the given `chart.height` option. example: ```vue ``` renders as 
Hi, Is there any ways to we can highlight/darken the selected line while the lighten the color of the non selected line on hover? tried using states but doesn't seems...
Bars are not colored. Legends and tool tips display colors perfectly but all the bars are black colored. Here is the Test Code: ` import VueApexCharts from "vue3-apexcharts"; export default...
this is my code ``` var seriesData = ref([{ data: [ { x: 'Analysis', y: [ new Date('2019-02-27').getTime(), new Date('2019-03-04').getTime() ], fillColor: '#008FFB' }, { x: 'Design', y: [ new...
Is there any way to make the chart only show the specific series when clicking on the legend for that series. For current option, ```toggleDataSeries```, I only can trigger the...
I get some warning in the chrome console: ``` [Vue warn]: Invalid watch source: undefined A watch source can only be a getter/effect function, a ref, a reactive object, or...
Everything was working the other day and now I am getting some weird error. ``` Uncaught (in promise) TypeError: n is undefined value apexcharts.common.js:6 value apexcharts.common.js:6 value apexcharts.common.js:6 value apexcharts.common.js:6...
If i try to change the type of the chart from a bar-chart to a line-chart it causes an error. The error is : "TypeError Cannot read property '_updateOptions' of...