Skip to content

Commit

Permalink
fix: Don't apply number formatting to the label in Treemap (apache#25249
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kgabryje authored Sep 11, 2023
1 parent b281fde commit 6e04e69
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 6e04e69

Please sign in to comment.