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

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new b239a62f remove unused code
b239a62f is described below

commit b239a62f5e452637a8edaa5dc0bcc640dccb1953
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Wed Apr 24 12:31:19 2024 +0800

    remove unused code
---
 src/editor/sandbox/setup.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/editor/sandbox/setup.js b/src/editor/sandbox/setup.js
index 4b762b04..e2a0ffa7 100644
--- a/src/editor/sandbox/setup.js
+++ b/src/editor/sandbox/setup.js
@@ -47,7 +47,6 @@ function setup(isShared) {
       sendMessage({
         evt: 'optionUpdated',
         option: JSON.stringify(chart.getOption(), (key, val) => {
-          typeof val == '';
           if (echarts.util.isFunction(val) || typeof val === 'bigint') {
             return val.toString();
           }


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

Reply via email to