Skip to content

Commit

Permalink
fix: Don't apply number formatting to the label in Treemap (#25249)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Sep 11, 2023
1 parent 6f4e631 commit 894f250
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 894f250

Please sign in to comment.