From 0069a3ce00e85aa72ec3ccb1b22014e8d24e0520 Mon Sep 17 00:00:00 2001 From: gietema Date: Thu, 10 Jul 2025 15:11:02 +0100 Subject: [PATCH] Show title legend --- app/plots/components/PlotlyPlot.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/plots/components/PlotlyPlot.tsx b/app/plots/components/PlotlyPlot.tsx index 778c1c7..e32719c 100644 --- a/app/plots/components/PlotlyPlot.tsx +++ b/app/plots/components/PlotlyPlot.tsx @@ -144,6 +144,7 @@ export default ({ data: sortedData, datarevision: revision, legend: { + title: { text: config.color ? config.color : "" }, traceorder: "normal", // Use 'normal' for default order, 'reversed' for reversed order }, };