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.
compound-common-scale-with-extra-marks
svg
canvas
1 parent 4350937 commit 970ae27Copy full SHA for 970ae27
1 file changed
docs/src/examples/components/Chart/compound-common-scale-with-extra-marks.svelte
@@ -1,3 +1,7 @@
1
+<script module>
2
+ export const layers = ['svg', 'canvas'];
3
+</script>
4
+
5
<script lang="ts">
6
import { Area, BarChart, Tooltip } from 'layerchart';
7
import { createDateSeries } from '$lib/utils/data.js';
0 commit comments