mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 13:29:05 +01:00
fix adaptive legend title
This commit is contained in:
parent
b3222f3523
commit
6fe93ecb7e
@ -355,7 +355,7 @@
|
|||||||
stroke: "green",
|
stroke: "green",
|
||||||
});
|
});
|
||||||
plotSeries.push({
|
plotSeries.push({
|
||||||
label: "median",
|
label: usesMeanStatsSeries ? "mean" : "median",
|
||||||
scale: "y",
|
scale: "y",
|
||||||
width: lineWidth,
|
width: lineWidth,
|
||||||
stroke: "black",
|
stroke: "black",
|
||||||
|
Loading…
Reference in New Issue
Block a user