apexcharts / apexcharts.js

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

fix: fixed theme change from dark mode to light mode not working #4505

Closed Sebastian-Webster closed 3 weeks ago

Sebastian-Webster commented 1 month ago

Fixed chart theme change from dark mode to light mode not working

Changing a chart from dark mode to light mode with the options object wasn't working (example at https://github.com/Sebastian-Webster/apex-reproducible-example) This pull request fixes that issue so dark mode charts can be changed to light mode successfully

Type of change

Checklist:

elucidsoft commented 1 week ago

This should not have been merged in as it breaks transparent completely.

Sebastian-Webster commented 1 week ago

The transparent background issue has been fixed in #4542