More "thematic" default view values ;)
parent
8c25892521
commit
8eb4344d86
|
@ -24,9 +24,9 @@ _xaxis_at = 'bottom'
|
||||||
|
|
||||||
# charting config
|
# charting config
|
||||||
CHART_MARGINS = (0, 0, 2, 2)
|
CHART_MARGINS = (0, 0, 2, 2)
|
||||||
_min_points_to_show = 3
|
_min_points_to_show = 6
|
||||||
_bars_from_right_in_follow_mode = 24
|
_bars_from_right_in_follow_mode = int(6**2)
|
||||||
_bars_to_left_in_follow_mode = 250
|
_bars_to_left_in_follow_mode = int(6**3)
|
||||||
|
|
||||||
|
|
||||||
_tina_mode = False
|
_tina_mode = False
|
||||||
|
|
Loading…
Reference in New Issue