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 80da62c commit e0702cdCopy full SHA for e0702cd
src/lib/marks/ColorLegend.svelte
@@ -8,7 +8,7 @@
8
import { range as d3Range, extent } from 'd3-array';
9
import { maybeSymbol } from '$lib/helpers/symbols.js';
10
11
- import type { PlotDefaults, PlotContext } from '../types/index.js';
+ import type { PlotDefaults, PlotContext } from '$lib/types/plot.js';
12
13
let { class: className = null }: ColorLegendMarkProps = $props();
14
0 commit comments