Show baseline bars length on in view read < 6

marketstore_backup
Tyler Goodlet 2022-03-29 13:17:06 -04:00
parent f145532a19
commit e380fce790
1 changed files with 1 additions and 0 deletions

View File

@ -915,6 +915,7 @@ class ChartPlotWidget(pg.PlotWidget):
if ( if (
rbar < 0 rbar < 0
or l < xfirst or l < xfirst
or (rbar - lbar) < 6
): ):
# set fixed bars count on screen that approx includes as # set fixed bars count on screen that approx includes as
# many bars as possible before a downsample line is shown. # many bars as possible before a downsample line is shown.