vue-apexcharts
vue-apexcharts copied to clipboard
[BUG] - Use CSS color variables in the chart config not reflect to PNG, SVG, and dataURI of the chart
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:
The expected PNG:
The same applied to SVG and chart data URI