NEZ-2702 feat:stat图表增加对比功能(Comparison)
This commit is contained in:
@@ -243,8 +243,9 @@ export default {
|
||||
delete params.param.min
|
||||
delete params.param.max
|
||||
}
|
||||
if (!this.isShowSparkline(params.type)) {
|
||||
if (!this.isStat(params.type)) {
|
||||
delete params.param.sparklineMode
|
||||
delete params.param.comparison
|
||||
}
|
||||
if (!params.x && !params.y && this.from === 'endpointQuery') { // endpointQuery 新增 放在最后
|
||||
params.x = 0
|
||||
|
||||
Reference in New Issue
Block a user