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 0d2508f commit 4b53b3fCopy full SHA for 4b53b3f
src/lib/components/data-vis/line-chart/Line.svelte
@@ -12,9 +12,6 @@
12
area,
13
} from "d3-shape";
14
15
- import { scaleLinear } from "d3-scale";
16
- import LineChart from "../../../../routes/playground/create-a-reactive-line-chart-camilla/local-lib/LineChart.svelte";
17
-
18
let {
19
dataArray,
20
opacity = 1,
0 commit comments