NEZ-2543 feat:stat chart支持sparkline mode页面开发
This commit is contained in:
@@ -251,6 +251,9 @@ export default {
|
||||
delete params.param.min
|
||||
delete params.param.max
|
||||
}
|
||||
if (!this.isShowSparkline(params.type)) {
|
||||
delete params.param.sparklineMode
|
||||
}
|
||||
if (!params.x && !params.y && this.from === 'endpointQuery') { // endpointQuery 新增 放在最后
|
||||
params.x = 0
|
||||
params.y = 999
|
||||
|
||||
Reference in New Issue
Block a user