Skip to content

Commit bf65bca

Browse files
committed
fix: try to move white margins from the plotly plots
1 parent e902623 commit bf65bca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rtichoke/helpers/plotly_helper_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,7 @@ def _create_curve_layout(
11831183
curve_layout = {
11841184
"xaxis": {"showgrid": False},
11851185
"yaxis": {"showgrid": False},
1186+
"template": "none",
11861187
"plot_bgcolor": "rgba(0, 0, 0, 0)",
11871188
"paper_bgcolor": "rgba(0, 0, 0, 0)",
11881189
"showlegend": True,
@@ -1197,6 +1198,7 @@ def _create_curve_layout(
11971198
},
11981199
"height": size + 50,
11991200
"width": size,
1201+
"hoverlabel": {"bgcolor": "rgba(0,0,0,0)", "bordercolor": "rgba(0,0,0,0)"},
12001202
"updatemenus": [
12011203
{
12021204
"type": "buttons",

0 commit comments

Comments
 (0)