From 4beaa9bce9e23f5ad7d1ef4afcc0242e9b2e3d2d 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,