Skip to content

Commit 4363432

Browse files
committed
fix: close #204
1 parent 44bf173 commit 4363432

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rtichoke/helpers/plotly_helper_functions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,13 +1184,16 @@ def _create_curve_layout(
11841184
"xaxis": {"showgrid": False},
11851185
"yaxis": {"showgrid": False},
11861186
"plot_bgcolor": "rgba(0, 0, 0, 0)",
1187+
"paper_bgcolor": "rgba(0, 0, 0, 0)",
11871188
"showlegend": True,
11881189
"legend": {
11891190
"orientation": "h",
11901191
"xanchor": "center",
11911192
"yanchor": "top",
11921193
"x": 0.5,
11931194
"y": 1.3,
1195+
"bgcolor": "rgba(0, 0, 0, 0)",
1196+
"bordercolor": "rgba(0, 0, 0, 0)",
11941197
},
11951198
"height": size + 50,
11961199
"width": size,

0 commit comments

Comments
 (0)