Skip to content

Commit 45e281a

Browse files
committed
fix: docs build
1 parent 05d4346 commit 45e281a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/routes/examples/geo/inset-aspect.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'Demonstrates how to use inset and aspect ratio in geographic projections.';
55
</script>
66

7-
<script>
7+
<script lang="ts">
88
import { Slider } from '$lib/ui';
99
import {
1010
Plot,
@@ -54,7 +54,6 @@
5454
data={countries}
5555
opacity={0.2}
5656
fill="currentColor"
57-
href={(d) => `#/${d.properties.name}`}
5857
stroke="var(--svelteplot-bg)"
5958
onclick={(d, e) => (selected = e)} />
6059
<Geo data={[selected]} />

0 commit comments

Comments
 (0)