NEZ-2702 feat:stat图表增加对比功能(Comparison)

This commit is contained in:
zyh
2023-03-21 16:53:15 +08:00
parent f49284dc50
commit bc49fc6ff8
17 changed files with 258 additions and 40 deletions

View File

@@ -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