{#key `${matrixRows}x${matrixCols}:${colorMapPreset}:split`}
{/key}
@@ -238,12 +216,14 @@
{#key `${matrixRows}x${matrixCols}:${colorMapPreset}`}
{/key}
@@ -290,7 +270,7 @@
{/each}
- {#if summary.points.length > 0 && summarySide === "left"}
+ {#if summaryCurveVisible && summarySide === "left"}
{/each}
- {#if summary.points.length > 0 && summarySide === "right"}
+ {#if summaryCurveVisible && summarySide === "right"}
option.id === colorMapPreset) ?? colorMapOptions[0];
$: {
@@ -120,7 +124,7 @@
}
-