Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -14307,7 +14307,6 @@ class HandleDataSource { |
14307 | 14307 | const realDataList = data[attr] || [] |
14308 | 14308 | |
14309 | 14309 | const action = agg === 'NONE' ? 'unshift' : 'push' |
14310 | - console.log({ message, record }) | |
14311 | 14310 | // chart insstance 是否已经接受过一次消息推送 |
14312 | 14311 | const isActive = instance.isActive |
14313 | 14312 | if (!isActive) { |
... | ... | @@ -14652,7 +14651,7 @@ class HandleDataSource { |
14652 | 14651 | let newMax = Number('1'.padEnd(value.toString().length + 1, 0)) |
14653 | 14652 | |
14654 | 14653 | newMax = newMax < 100 ? 100 : newMax |
14655 | - | |
14654 | + | |
14656 | 14655 | let max |
14657 | 14656 | if (numberValue < newMax / 2) { |
14658 | 14657 | max = newMax / 2 | ... | ... |