Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Apr 24, 2024
1 parent b46ae99 commit b239a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor/sandbox/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit b239a62

Please sign in to comment.