Set the background color in a bar chart

You can change the background color to set figure_color in the options form. The default font is water blue. The below is an example to set the background orange.

figure_color = #f16d0e

The color should be set in the hex code and start with a sharp. The next examples are the charts with following data.

Mon 23
Tue 56
Wed 41
Thu 76
Fri 89

Orange background

Yellow background

Bar chart

Chart