fix: 修复有些图表的header意外出现的问题

This commit is contained in:
chenjinsong
2022-07-20 11:54:20 +08:00
parent 411edbe62d
commit fa0ffbe857

View File

@@ -213,7 +213,7 @@ export default {
this.noData = !n || n.length < 1
const tempList = n.map(item => {
if (item.params) {
if (item.params && typeof (item.params.showHeader) === 'undefined') {
item.params.showHeader = true
}
const height = item.h