Turn off Dark Mode

Is there a way to have the graphs show with a white background? I want to print the graphs to show to my HVAC Tech but printing with a dark grey background makes the graphs difficult to see on the paper (plus it uses a ton more ink).
I have turned dark mode off on both my Windows computer and my Android phone but the graphs still appear with a dark grey background on both platforms.

Beestat only exists in dark mode; I haven’t configured any other color schemes at this time. If you screenshot or download a graph you could upload it into an online “color inverter” which might make it a bit more friendly for printing.

1 Like

If you open your browser console and paste this in you can also get a not completely useless “light mode”. It’s not really designed well but it rigs most of the dark away quickly.

beestat.style.color.bluegray.light = '#eeeeee';
beestat.style.color.bluegray.base = '#ffffff';
beestat.style.color.bluegray.dark = '#eeeeee';
beestat.current_layer.render();