Startup up with 3k bars

incremental_update_paths
Tyler Goodlet 2022-04-26 09:27:38 -04:00
parent 859eaffa29
commit 2b6041465c
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ class ChartPlotWidget(pg.PlotWidget):
def default_view( def default_view(
self, self,
bars_from_y: int = 5000, bars_from_y: int = 3000,
) -> None: ) -> None:
''' '''