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 cdb82d0 commit 80da62cCopy full SHA for 80da62c
src/lib/marks/ColorLegend.svelte
@@ -3,7 +3,7 @@
3
class: string | null;
4
}
5
import { getContext } from 'svelte';
6
- import { Plot, AxisX, Frame } from 'svelteplot';
+ import { Plot, AxisX, Frame } from '$lib';
7
import { symbol as d3Symbol } from 'd3-shape';
8
import { range as d3Range, extent } from 'd3-array';
9
import { maybeSymbol } from '$lib/helpers/symbols.js';
0 commit comments