I've been trying to fire an event whenever someone clicks somewhere on the chart but I've been unable to do it with a vue3 project setup. My charts are showing fine but firing events does not work. I've used the following code: <apexchar...
Dinamic StrokeColors and shapes in scatter graph no-issue-activity #470 opened Mar 15, 2023 by AvedisBG 1 line animation Question no-issue-activity #469 opened Mar 10, 2023 by colinder 1 Not display lines to 0 values no-issue-activity #467 opened Feb 8, 2023 by aldanchenko 1...
colors: Array of Colors Custom text colors for legend labels. Accepts an array of colors where each index corresponds to the series index useSeriesColors: Boolean Whether to use primarycolorsor not. markers size: Number Size of the marker point that appears before the legend text ...
the area plotted by the data points is filled with shades or colors. Like line charts, area charts depict how a piece of data changes over time. However, unlike line charts, they can also visually represent
apexPlot = plot |> Apex.fromPlotChart |> Apex.withColors [ "#ff2E9B", "#3f51b5", "#7700D0" ]It is still pretty much just a WIP and needs to support more options and more types of charts. Hopefully, this will come in a near future but it is already working fine as it is....
With ApexCharts, you can give your desired look to your area graphs and enhance the look of your dashboard design. We will go through options like setting colors of the lines, changing colors of the filled area, changing opacity as well as using different filling methods to fill the SVG pa...
plugins/apex.client.ts (not working) import VueApexCharts from 'vue3-apexcharts' export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VueApexCharts) nuxtApp.hook('page:finish', (pageComponent) => { nextTick() window.dispatchEvent(new Event('resize')) }) }) But I couldn...
fixapexcharts/react-apexcharts#627prevent mutating config.colors as it causes reactivity issues in react move some styles to foreignObject as external styles are not applied when exporting fix#4657; fix #4818; border radius on last element when previous datapoint is zero ...
Also why I canno't give data from vuex store to apexchart with getters, its just not working. (I have to use "this.$store.state"). I would like to know how to fix the problem where data will be showed every time (even if I go to the page first time after running the app) an...
extremas was not working with invert: true (4d06ef6), closes #96 1.7.1 (2021-02-17) Bug Fixes Disable support for colors with alpha channel (#91) (522363a), closes #90 color_threshold: Sometimes it would break the card (65b5419) 1.7.1-dev.2 (2021-02-16) Bug Fixes Disable suppo...