diff --git a/core/core-frontend/src/views/chart/components/js/formatter.ts b/core/core-frontend/src/views/chart/components/js/formatter.ts index d29987cc9e..da44cdfe80 100644 --- a/core/core-frontend/src/views/chart/components/js/formatter.ts +++ b/core/core-frontend/src/views/chart/components/js/formatter.ts @@ -66,7 +66,7 @@ function transSeparatorAndSuffix(value, formatter) { str = numArr.join('.') } if (formatter.type === 'percent') { - return str + '%' + str += '%' } else { if (formatter.unit === 1000) { str += '千'