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