Skip to content

Commit

Permalink
Remove svg animation
Browse files Browse the repository at this point in the history
  • Loading branch information
spren9er committed Jul 26, 2023
1 parent 215d6e4 commit 9b0d6f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/svg/+layout.ts

This file was deleted.

3 changes: 3 additions & 0 deletions src/routes/svg/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
barWidth: '80%',
},
],
animationDuration: 0,
};
const areaOption: EChartsOption = {
Expand Down Expand Up @@ -114,6 +115,7 @@
data: [820, 932, 901, 934, 1290, 1330, 1320],
},
],
animationDuration: 0,
};
const scatterOption: EChartsOption = {
Expand Down Expand Up @@ -149,6 +151,7 @@
type: 'scatter',
},
],
animationDuration: 0,
};
onMount(() => {
Expand Down

0 comments on commit 9b0d6f6

Please sign in to comment.