diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index 11dde12d3f..eac82d2ae4 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -609,7 +609,7 @@ export function getYAxisExt(chart: Chart) { return false } const title = - yAxis.name && yAxis.name !== '' + yAxis.nameShow && yAxis.name && yAxis.name !== '' ? { text: yAxis.name, style: {