We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fca7e commit d5f062aCopy full SHA for d5f062a
1 file changed
survey_dashboard/plots.py
@@ -64,6 +64,8 @@ def add_legend_at(fig, position='right'):
64
65
default_theme = {
66
"figure_kwargs" : {
67
+ "background_fill_color" : '#00000000', #F7F7F7', #transparent
68
+ "border_fill_color" : '#00000000',
69
"x_range.range_padding": 0.1,
70
"xgrid.grid_line_color": None,
71
"xaxis.major_label_orientation": 1,
@@ -82,6 +84,8 @@ def add_legend_at(fig, position='right'):
82
84
}
83
85
corr_theme = {
86
87
88
+ "background_fill_color" : '#00000000',
89
90
91
0 commit comments