fix: set fan speed graph y axis label to rpm

This commit is contained in:
Ilya Zlobintsev 2024-06-08 10:32:50 +03:00
parent cc06f61e52
commit 0062c9ab0e

View File

@ -30,7 +30,7 @@ template $GraphsWindow: Window {
$Plot fan_plot { $Plot fan_plot {
title: "Fan speed"; title: "Fan speed";
hexpand: true; hexpand: true;
value-suffix: "PWM"; value-suffix: "RPM";
secondary-value-suffix: "%"; secondary-value-suffix: "%";
y-label-area-size: 140; y-label-area-size: 140;
secondary-y-label-area-size: 80; secondary-y-label-area-size: 80;