fix: 修复有些图表的header意外出现的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user