You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/23 06:39:31 UTC

[echarts] 03/03: fix: default to show tooltip in geo component

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch fix-map
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit bd0d7105a8b955d2852803109a7f1c04c7458692
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Apr 23 14:26:59 2021 +0800

    fix: default to show tooltip in geo component
---
 src/coord/geo/GeoModel.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/coord/geo/GeoModel.ts b/src/coord/geo/GeoModel.ts
index 96d14c3..f65553c 100644
--- a/src/coord/geo/GeoModel.ts
+++ b/src/coord/geo/GeoModel.ts
@@ -204,11 +204,11 @@ class GeoModel extends ComponentModel<GeoOption> {
             }
         },
 
-        regions: [],
+        regions: []
 
-        tooltip: {
-            show: false
-        }
+        // tooltip: {
+        //     show: false
+        // }
     };
 
     init(option: GeoOption, parentModel: Model, ecModel: GlobalModel): void {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org