chore(gui/metrics): use dynamic bound for all graphs

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2022-09-23 13:05:32 +08:00
parent e2a0aba398
commit 006743b7c0

View file

@ -154,6 +154,7 @@ class ProcessMetricsScreen(Displayable): # pylint: disable=too-many-instance-at
height=self.lower_height,
baseline=0.0,
upsidedown=True,
dynamic_bound=True,
format=format_host_memory,
max_format=format_max_host_memory,
)
@ -175,6 +176,7 @@ class ProcessMetricsScreen(Displayable): # pylint: disable=too-many-instance-at
height=self.lower_height,
baseline=0.0,
upsidedown=True,
dynamic_bound=True,
format=format_sm,
max_format=format_max_sm,
)