diff --git a/src/lib/maps/ColorLegend/ColorLegend.svelte b/src/lib/maps/ColorLegend/ColorLegend.svelte index 8fa4af8..79c04b5 100644 --- a/src/lib/maps/ColorLegend/ColorLegend.svelte +++ b/src/lib/maps/ColorLegend/ColorLegend.svelte @@ -190,6 +190,8 @@ : scale.quantiles ? scale.quantiles() // scaleQuantile : scale.domain(); // scaleThreshold + } else { + thresholds = undefined; } $: tickFormatFn = getTickFormatFn(tickFormat, thresholds);