fix: Vertical lines in the middle of Treemap categories (#37808)

This commit is contained in:
Kamil Gabryjelski
2026-02-09 17:44:59 +01:00
committed by GitHub
parent 5125a67002
commit f25d95be41

View File

@@ -173,8 +173,6 @@ export default function transformProps(
const treeData = treeBuilder(data, groupbyLabels, metricLabel);
const labelProps = {
color: theme.colorText,
borderColor: theme.colorBgBase,
borderWidth: 1,
};
const traverse = (treeNodes: TreeNode[], path: string[]) =>
treeNodes.map(treeNode => {