We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf5c1a commit 87ba30fCopy full SHA for 87ba30f
1 file changed
app/app/src/pages/2026/index.astro
@@ -128,6 +128,7 @@ function updateGraph()
128
showlegend: true,
129
margin: { t: 0, },
130
yaxis: { autorange: 'reversed' },
131
+ legend: { traceorder: 'normal' },
132
})
133
graph.on('plotly_legendclick', function() { return false; })
134
0 commit comments