Expand mxmn view y-margins back to 0.06

log_linearized_curve_overlays
Tyler Goodlet 2023-03-02 12:55:26 -05:00
parent eea850450a
commit 9c8bd9b8ce
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ class ChartView(ViewBox):
# NOTE: this value pairs (more or less) with L1 label text
# height offset from from the bid/ask lines.
range_margin: float | None = 0.09,
range_margin: float | None = 0.06,
bars_range: tuple[int, int, int, int] | None = None,