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 79c9e3b commit 696c3c2Copy full SHA for 696c3c2
1 file changed
packages/layerchart/src/lib/components/Points.svelte
@@ -45,11 +45,9 @@
45
</script>
46
47
<script lang="ts">
48
- import { extent } from 'd3-array';
49
import { pointRadial } from 'd3-shape';
50
51
import Circle, { type CircleProps } from './Circle.svelte';
52
- import Link from './Link.svelte';
53
import { isScaleBand, type AnyScale } from '../utils/scales.svelte.js';
54
import { accessor, type Accessor } from '../utils/common.js';
55
import { getChartContext } from './Chart.svelte';
0 commit comments