vue-apexcharts icon indicating copy to clipboard operation
vue-apexcharts copied to clipboard

[BUG] - Use CSS color variables in the chart config not reflect to PNG, SVG, and dataURI of the chart

Open eng-ahmad-sameer opened this issue 5 months ago • 0 comments

If the user uses a CSS variable as a color for the chart like the one below:

 colors: ["var(--theme-color)", "#000"],

It reflects the chart correctly, but the saved SVG or PNG and the chart data do not reflect the specified color. The saved PNG will be like this: d8liskvt

The expected PNG: grsgvg6r

The same applied to SVG and chart data URI

eng-ahmad-sameer avatar Sep 03 '24 15:09 eng-ahmad-sameer