Merge pull request #7229 from dataease/pr@dev@feat_filter

feat: 视图过滤器历史数据兼容
This commit is contained in:
Junjun 2023-12-20 14:56:50 +08:00 committed by GitHub
commit 91e3db2f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -927,7 +927,7 @@ export const BASE_CHART_STRING = {
yAxis: DEFAULT_YAXIS_STYLE,
yAxisExt: DEFAULT_YAXIS_EXT_STYLE
}),
customFilter: '[]'
customFilter: '{}'
}
export const BASE_CHART = {
@ -950,7 +950,7 @@ export const BASE_CHART = {
yAxis: DEFAULT_YAXIS_STYLE,
yAxisExt: DEFAULT_YAXIS_EXT_STYLE
},
customFilter: []
customFilter: {}
}
export const BASE_MAP = {