Showing
1 changed file
with
0 additions
and
2 deletions
@@ -13518,7 +13518,6 @@ class HandleDataSource { | @@ -13518,7 +13518,6 @@ class HandleDataSource { | ||
13518 | const realDataList = data[attr] || [] | 13518 | const realDataList = data[attr] || [] |
13519 | 13519 | ||
13520 | const action = agg === 'NONE' ? 'unshift' : 'push' | 13520 | const action = agg === 'NONE' ? 'unshift' : 'push' |
13521 | - console.log(instance.getOption()) | ||
13522 | 13521 | ||
13523 | // chart insstance 是否已经接受过一次消息推送 | 13522 | // chart insstance 是否已经接受过一次消息推送 |
13524 | const isActive = instance.isActive | 13523 | const isActive = instance.isActive |
@@ -14742,7 +14741,6 @@ class HandleDynamicEffect { | @@ -14742,7 +14741,6 @@ class HandleDynamicEffect { | ||
14742 | const { geometry = {} } = cell | 14741 | const { geometry = {} } = cell |
14743 | const { width, height } = geometry | 14742 | const { width, height } = geometry |
14744 | const idEl = getIdEl() | 14743 | const idEl = getIdEl() |
14745 | - console.log({ idEl }) | ||
14746 | graph.getModel().beginUpdate() | 14744 | graph.getModel().beginUpdate() |
14747 | try { | 14745 | try { |
14748 | let type | 14746 | let type |