From 82a9f54a8cd1608a38c28287580d0503f6c2f81b Mon Sep 17 00:00:00 2001 From: GU Yiling Date: Tue, 8 Jul 2025 23:06:29 +0800 Subject: [PATCH] chore: remove large mode for flight example (#845) --- demo/examples/ManualChart.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo/examples/ManualChart.vue b/demo/examples/ManualChart.vue index 65a2033..a9a9565 100644 --- a/demo/examples/ManualChart.vue +++ b/demo/examples/ManualChart.vue @@ -78,8 +78,6 @@ function load() { type: "lines", coordinateSystem: "geo", data: routes, - large: true, - largeThreshold: 100, lineStyle: { opacity: 0.05, width: 0.5,