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/10/14 05:38:45 UTC

[echarts] branch svg-ssr updated: chore: upgrade zrender to latest nightly version

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

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


The following commit(s) were added to refs/heads/svg-ssr by this push:
     new d51777e  chore: upgrade zrender to latest nightly version
d51777e is described below

commit d51777ecf94d895e5df83f7458063a27fc5aca53
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Oct 14 13:37:51 2021 +0800

    chore: upgrade zrender to latest nightly version
---
 package-lock.json                           | 6 +++---
 package.json                                | 2 +-
 test/runTest/actions/__meta__.json          | 2 +-
 test/runTest/actions/dataZoom-rainfall.json | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 8236e54..b1e83f1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11122,9 +11122,9 @@
       }
     },
     "zrender": {
-      "version": "5.2.1",
-      "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.2.1.tgz",
-      "integrity": "sha512-M3bPGZuyLTNBC6LiNKXJwSCtglMp8XUEqEBG+2MdICDI3d1s500Y4P0CzldQGsqpRVB7fkvf3BKQQRxsEaTlsw==",
+      "version": "npm:zrender-nightly@5.3.0-dev.20211013",
+      "resolved": "https://registry.npmjs.org/zrender-nightly/-/zrender-nightly-5.3.0-dev.20211013.tgz",
+      "integrity": "sha512-iiGErJD8yaIEInjW0dwbhwjoPulzsjR6ccwDJGxco2rv112KLVgN6zQhtdgnMskt/yXJraDDxc4I3lzGi8UA/g==",
       "requires": {
         "tslib": "2.3.0"
       }
diff --git a/package.json b/package.json
index 7469582..6dc5ded 100644
--- a/package.json
+++ b/package.json
@@ -64,7 +64,7 @@
   },
   "dependencies": {
     "tslib": "2.3.0",
-    "zrender": "5.2.1"
+    "zrender": "npm:zrender-nightly@^5.3.0-dev.20211013"
   },
   "devDependencies": {
     "@babel/code-frame": "7.10.4",
diff --git a/test/runTest/actions/__meta__.json b/test/runTest/actions/__meta__.json
index 37aea6b..bc8bb8d 100644
--- a/test/runTest/actions/__meta__.json
+++ b/test/runTest/actions/__meta__.json
@@ -68,7 +68,7 @@
   "dataZoom-axis-type": 3,
   "dataZoom-clip": 3,
   "dataZoom-extreme": 1,
-  "dataZoom-rainfall": 2,
+  "dataZoom-rainfall": 1,
   "dataZoom-rainfall-connect": 1,
   "dataZoom-rainfall-inside": 1,
   "dataZoom-scatter-category": 2,
diff --git a/test/runTest/actions/dataZoom-rainfall.json b/test/runTest/actions/dataZoom-rainfall.json
index 7e3dddf..50f7571 100644
--- a/test/runTest/actions/dataZoom-rainfall.json
+++ b/test/runTest/actions/dataZoom-rainfall.json
@@ -1 +1 @@
-[{"name":"Action 1","ops":[{"type":"mousemove","time":248,"x":678,"y":575},{"type":"mousemove","time":448,"x":680,"y":575},{"type":"mousedown","time":458,"x":680,"y":575},{"type":"mousemove","time":665,"x":597,"y":579},{"type":"mousemove","time":866,"x":408,"y":567},{"type":"mouseup","time":1065,"x":389,"y":566},{"time":1066,"delay":400,"type":"screenshot-auto"},{"type":"mousemove","time":1169,"x":373,"y":570},{"type":"mousemove","time":1369,"x":116,"y":582},{"type":"mousemove","time":15 [...]
\ No newline at end of file
+[{"name":"Action 1","ops":[{"type":"mousedown","time":363,"x":778,"y":64},{"type":"mousemove","time":504,"x":778,"y":65},{"type":"mousemove","time":706,"x":778,"y":123},{"type":"mousemove","time":910,"x":789,"y":189},{"type":"mousemove","time":1113,"x":794,"y":242},{"type":"mousemove","time":1315,"x":794,"y":254},{"type":"mouseup","time":1348,"x":794,"y":254},{"time":1349,"delay":400,"type":"screenshot-auto"},{"type":"mousemove","time":1520,"x":777,"y":406},{"type":"mousemove","time":172 [...]
\ No newline at end of file

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