apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.26k stars 1.29k forks source link

fix(#4541): fixed transparent background not appearing with dark mode #4542

Closed Sebastian-Webster closed 3 months ago

Sebastian-Webster commented 3 months ago

Fixed transparent background not appearing with chart in dark mode

Fixed the transparent background not appearing when a chart is in dark mode. Previously it would pull the background colour from the dark theme, and now it gets it from the chart options.

Fixes #4541

Type of change

Checklist: