mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-31 18:56:16 +01:00
add optional legend flip to plots
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user