Hello,
the ApexCharts have a burger with dropdown "Download as svg" / "Download as png" / "Download as csv" for most of the charts, see https://apexcharts.com/javascript-chart-demos/column-charts/basic/
But in the dark theme the css is not customized, so the text in the dropdown isnt visible.
It's probably not fixed for light mode either, but at least there it's visible
Thanks
Hi,
Thank you for your feedback.
We will fix this issue in the next v8.1.9 in the coming days.
In the meantime you can fix it by editing src/sass/vendors/plugins/_apexcharts.scss
and set background for the apexcharts mene background color as shown below
.apexcharts-menu {
background: var(--#{$prefix}body-bg) !important;
}