We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0435d commit 0f5c081Copy full SHA for 0f5c081
datalab/config.py
@@ -428,7 +428,7 @@ def reset():
428
# Images:
429
"i/line/style": "SolidLine",
430
"i/line/color": "#ffff00",
431
- "i/line/width": 1,
+ "i/line/width": 2,
432
"i/fill/style": "SolidPattern",
433
"i/fill/color": MAIN_BG_COLOR,
434
"i/fill/alpha": 0.1,
@@ -439,7 +439,7 @@ def reset():
439
"i/symbol/alpha": 1.0,
440
"i/sel_line/style": "SolidLine",
441
"i/sel_line/color": "#00ff00",
442
- "i/sel_line/width": 1,
+ "i/sel_line/width": 2,
443
"i/sel_fill/style": "SolidPattern",
444
"i/sel_fill/color": MAIN_BG_COLOR,
445
"i/sel_fill/alpha": 0.1,
0 commit comments