fix: Don't apply number formatting to the label in Treemap (#25249)

This commit is contained in:
Kamil Gabryjelski 2023-09-11 13:42:24 +02:00 committed by GitHub
parent 6f4e63162f
commit 894f250229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ export default function transformProps(
treeNodes.map(treeNode => {
const { name: nodeName, value, groupBy } = treeNode;
const name = formatSeriesName(nodeName, {
numberFormatter,
timeFormatter: getTimeFormatter(dateFormat),
...(coltypeMapping[groupBy] && {
coltype: coltypeMapping[groupBy],