fix(图表): 修复对称条形图右轴禁用轴名称设置不生效问题

This commit is contained in:
ulleo
2025-03-07 19:07:09 +08:00
committed by ulleo
parent c198fcf3cf
commit 91480d3169

View File

@@ -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: {