vue-apexcharts
vue-apexcharts copied to clipboard
📊 Vue.js component for ApexCharts
I have implemented several types of graphs and customized the legend, with the type is "bar" it works correctly, but when I use a type "radar" the toggle only hides...
I have vue application where data is passed to apexchart from vuex. The problem is with displaying data on chart while initially going to a page which uses the component...
I have no clue as to how this error is spamming my logs, Any one had this before? Apex charts is loaded in an SVG as custom component (foreign object)...
I am using a linux OS with **node version 14.9.0** and **npm version 6.14.8** , and I am not able to install vuex-apexcharts. When trying to install it, the following...
# Bug report ## Codepen https://codesandbox.io/s/vue-basic-example-forked-sm25o?file=/src/components/Chart.component.vue ## Explanation _- What is the behavior you expect?_ Expected horizontal axis to be logarithmic _- What is happening instead?_ Data is not shown,...
I have Line Chart. There are plus and minus buttons that can increase or descrease chart. I want to have same functionality on my custom buttons; If I run method...
### Issue When the `xaxis.min` value is set to 0 and the first categories value is 0 undefined is added as the first value on the x axis ### Expected...
Despite being set to default, in the `VueApexCharts` component, to a `width` of `100%`,\* and despite manually setting a `width` of `100%`, the `VueApexCharts` canvas object is always set to...
Just trying vue-apexchart, but I get "window is not defined" after exactly folowing the installation instructions. Tried to reproduce it with a codepen but I got an empty window https://codepen.io/rednas83/pen/BaLRORL...
I am using Vue3 with Vite and running into trouble getting a brush chart to work. Gif of issue: as you can see the brush changing doesn't update the primary...