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 34ac21b7b8..10acc24be4 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 @@ -2433,7 +2433,7 @@ export const configRoundAngle = (chart: Chart, styleName: string, callBack?: (da [styleName]: datum => { return { radius: - datum.values[0] < datum.values[1] + datum?.values[0] < datum?.values[1] ? isTopRound ? bottomRadius : finalRadius