mirror of https://github.com/mikaku/Monitorix.git
Merge pull request #411 from bachandi/legend_alignment_fixes
Fix legend alignment in nvidiagpu and amdgpu.
This commit is contained in:
commit
3893da5072
|
@ -478,10 +478,10 @@ sub amdgpu_cgi {
|
||||||
"%4.2lf%s",
|
"%4.2lf%s",
|
||||||
"%5.0lf%s",
|
"%5.0lf%s",
|
||||||
"%5.0lf%s",
|
"%5.0lf%s",
|
||||||
"%3.1lf%%",
|
"%5.1lf%%",
|
||||||
"%3.1lf",
|
"%5.1lf",
|
||||||
"%3.1lf",
|
"%5.1lf",
|
||||||
"%3.1lf"
|
"%5.1lf"
|
||||||
);
|
);
|
||||||
|
|
||||||
my @graphs_per_plot = (7, 8, 10, 9, [5, 6], 0, 1, 2, 3, 4); # To rearange the graphs
|
my @graphs_per_plot = (7, 8, 10, 9, [5, 6], 0, 1, 2, 3, 4); # To rearange the graphs
|
||||||
|
|
|
@ -444,13 +444,13 @@ sub nvidiagpu_cgi {
|
||||||
"%4.2lf%s",
|
"%4.2lf%s",
|
||||||
"%3.0lf%%",
|
"%3.0lf%%",
|
||||||
"%3.0lf%%",
|
"%3.0lf%%",
|
||||||
"%3.1lf",
|
"%5.1lf",
|
||||||
"%3.1lf",
|
"%5.1lf",
|
||||||
"%3.1lf%%",
|
"%5.1lf%%",
|
||||||
"%1.0lf",
|
"%1.0lf",
|
||||||
"%5.0lf%s",
|
"%5.0lf%s",
|
||||||
"%5.0lf%s",
|
"%5.0lf%s",
|
||||||
"%3.1lf%%"
|
"%5.1lf%%"
|
||||||
);
|
);
|
||||||
|
|
||||||
my @graphs_per_plot = (6, 4, 5, 10, [8, 9], 2, 3, 0, 1, 7); # To rearange the graphs
|
my @graphs_per_plot = (6, 4, 5, 10, [8, 9], 2, 3, 0, 1, 7); # To rearange the graphs
|
||||||
|
|
Loading…
Reference in New Issue