Skip to content

Commit 970ae27

Browse files
committed
Update compound-common-scale-with-extra-marks to only show support for svg and canvas
1 parent 4350937 commit 970ae27

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/src/examples/components/Chart/compound-common-scale-with-extra-marks.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<script module>
2+
export const layers = ['svg', 'canvas'];
3+
</script>
4+
15
<script lang="ts">
26
import { Area, BarChart, Tooltip } from 'layerchart';
37
import { createDateSeries } from '$lib/utils/data.js';

0 commit comments

Comments
 (0)