Skip to content

Commit 033e079

Browse files
authored
remove percent (#2217)
1 parent 5037a33 commit 033e079

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/helpers/cove/number.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ const formatNumber = (num, axis, shouldAbbreviate = false, config = null, addCol
177177
result += num
178178

179179
if (!inlineLabel || addColSuffix) {
180-
if (config.visualizationType === 'Pie') {
181-
result = `${result}%`
182-
}
183180
if (addColSuffix !== undefined && axis === 'left') {
184181
result += addColSuffix
185182
} else {

0 commit comments

Comments
 (0)