fix adaptive legend title

This commit is contained in:
Christoph Kluge 2024-10-01 11:42:46 +02:00
parent b3222f3523
commit 6fe93ecb7e

View File

@ -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",