diff --git a/src/views/charts/PanelChartList.vue b/src/views/charts/PanelChartList.vue index a5b7dac1..f489a7c4 100644 --- a/src/views/charts/PanelChartList.vue +++ b/src/views/charts/PanelChartList.vue @@ -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