Skip to content

Commit

Permalink
fix adaptive legend title
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Oct 1, 2024
1 parent b3222f3 commit 6fe93ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/generic/plots/MetricPlot.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
stroke: "green",
});
plotSeries.push({
label: "median",
label: usesMeanStatsSeries ? "mean" : "median",
scale: "y",
width: lineWidth,
stroke: "black",
Expand Down

0 comments on commit 6fe93ec

Please sign in to comment.