This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git
The following commit(s) were added to refs/heads/next by this push:
new ea28d64 fix examples
ea28d64 is described below
commit ea28d641a642066cf6d27cbc391d0028e398e7af
Author: pissang <[email protected]>
AuthorDate: Mon Jan 11 19:58:18 2021 +0800
fix examples
---
e2e/main.js | 1 -
public/data-gl/bar3d-noise-modified-from-marpi-demo.js | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/e2e/main.js b/e2e/main.js
index f934fef..dc4aad1 100644
--- a/e2e/main.js
+++ b/e2e/main.js
@@ -614,7 +614,6 @@ async function main() {
catch (e) {
console.error(e);
throw 'Must run full e2e test without --skip and --tests at least
once.';
- return;
}
}
diff --git a/public/data-gl/bar3d-noise-modified-from-marpi-demo.js
b/public/data-gl/bar3d-noise-modified-from-marpi-demo.js
index 3ba36d7..be0a4d5 100644
--- a/public/data-gl/bar3d-noise-modified-from-marpi-demo.js
+++ b/public/data-gl/bar3d-noise-modified-from-marpi-demo.js
@@ -15,7 +15,7 @@ var UPDATE_DURATION = 1000;
function initVisualizer() {
- config = {
+ var config = {
numWaves: 2,
randomize: randomize,
color1: '#000',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]