Make default view more zooomed in

readme_bumpz
Tyler Goodlet 2021-03-31 14:26:32 -04:00
parent f75b3108ce
commit d4395dbcbc
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ _xaxis_at = 'bottom'
# charting config
CHART_MARGINS = (0, 0, 2, 2)
_min_points_to_show = 6
_bars_from_right_in_follow_mode = int(130)
_bars_to_left_in_follow_mode = int(616)
_bars_to_left_in_follow_mode = int(61*6)
_bars_from_right_in_follow_mode = round(0.16 * _bars_to_left_in_follow_mode)
_tina_mode = False