diff --git a/nezha-fronted/src/components/chart/chartList.vue b/nezha-fronted/src/components/chart/chartList.vue index 93311bb98..71ba64809 100644 --- a/nezha-fronted/src/components/chart/chartList.vue +++ b/nezha-fronted/src/components/chart/chartList.vue @@ -787,7 +787,7 @@ export default { } const tempList = n.map(item => { let param = '' - let height = '' + let height = item.height || '' if (this.isPhone && item.type !== 'group') { item.x = 0 item.y = 0