mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
fix: Vertical lines in the middle of Treemap categories (#37808)
This commit is contained in:
committed by
GitHub
parent
5125a67002
commit
f25d95be41
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user