apexcharts / apexcharts.js

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

#4505: Breaks transparent mode if you have a theme set #4541

Closed elucidsoft closed 1 week ago

elucidsoft commented 1 week ago

Description

Steps to Reproduce

  1. Set theme to dark
  2. Set chart background to 'transparent'

Expected Behavior

The chart background will remain transparent but other elements of the chart will still use dark theme.

Actual Behavior

The chart background ignores the transparent setting and it's a dark grey color pulling from the theme.

Reverting back to 3.49.1 fixes the issue.

Sebastian-Webster commented 1 week ago

Hi @elucidsoft, I'm sorry about that. Does #4542 fix the problem?