You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/03/01 00:35:13 UTC

[incubator-echarts] branch typescript updated: fix type

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

sushuang pushed a commit to branch typescript
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/typescript by this push:
     new 9d8535e  fix type
9d8535e is described below

commit 9d8535e3114470bbf2bae3bedc56777477012be4
Author: 100pah <su...@gmail.com>
AuthorDate: Sun Mar 1 08:34:49 2020 +0800

    fix type
---
 src/component/helper/MapDraw.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/component/helper/MapDraw.ts b/src/component/helper/MapDraw.ts
index 46eebb1..e44a873 100644
--- a/src/component/helper/MapDraw.ts
+++ b/src/component/helper/MapDraw.ts
@@ -114,7 +114,8 @@ class MapDraw {
         mapOrGeoModel: GeoModel | MapSeries,
         ecModel: GlobalModel,
         api: ExtensionAPI,
-        fromView: MapView | GeoView
+        fromView: MapView | GeoView,
+        payload: Payload
     ): void {
 
         var isGeo = mapOrGeoModel.mainType === 'geo';


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