Skip to content

Commit 44bf173

Browse files
committed
fix: close #202
1 parent 96d24c9 commit 44bf173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtichoke/helpers/plotly_helper_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ def _create_curve_layout(
11921192
"x": 0.5,
11931193
"y": 1.3,
11941194
},
1195-
"height": size,
1195+
"height": size + 50,
11961196
"width": size,
11971197
"updatemenus": [
11981198
{

0 commit comments

Comments
 (0)