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 }, };