Skip to content

Commit 42c8df2

Browse files
Disable line chart animation (#3664)
Our Apache eCharts-based LineChart component currently takes a few seconds to fully render. This PR addresses the undesirable animation, rendering the full chart immediately.
1 parent b4690c1 commit 42c8df2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/js/vue/components/shared/LineChart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default {
4242
let chartData = [];
4343
4444
const baseOption = {
45+
animation: false,
4546
grid: {
4647
left: '30px',
4748
right: '20px',

0 commit comments

Comments
 (0)