Skip to content

Commit 87ba30f

Browse files
committed
Fix legend order in 2026 graph
1 parent 1bf5c1a commit 87ba30f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/app/src/pages/2026/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ function updateGraph()
128128
showlegend: true,
129129
margin: { t: 0, },
130130
yaxis: { autorange: 'reversed' },
131+
legend: { traceorder: 'normal' },
131132
})
132133
graph.on('plotly_legendclick', function() { return false; })
133134
})

0 commit comments

Comments
 (0)