Expand mxmn view y-margins back to 0.06

storage_cli
Tyler Goodlet 2023-03-02 12:55:26 -05:00
parent 82797a097b
commit 0ac2e4e027
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 # NOTE: this value pairs (more or less) with L1 label text
# height offset from from the bid/ask lines. # 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, bars_range: tuple[int, int, int, int] | None = None,