add optional legend flip to plots

This commit is contained in:
Christoph Kluge
2025-11-12 17:20:50 +01:00
parent f56783a439
commit 404be5f317
10 changed files with 37 additions and 13 deletions

View File

@@ -185,6 +185,7 @@
{isShared}
{zoomState}
{thresholdState}
enableFlip
/>
{:else if statsSeries[selectedScopeIndex] != null && patternMatches}
<MetricPlot
@@ -202,6 +203,7 @@
{thresholdState}
statisticsSeries={statsSeries[selectedScopeIndex]}
useStatsSeries={!!statsSeries[selectedScopeIndex]}
enableFlip
/>
{/if}
{/key}