This is an automated email from the ASF dual-hosted git repository.

kgabryje pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new f25d95be410 fix: Vertical lines in the middle of Treemap categories 
(#37808)
f25d95be410 is described below

commit f25d95be410204e8275ded306d2fe4e5e4df397d
Author: Kamil Gabryjelski <[email protected]>
AuthorDate: Mon Feb 9 17:44:59 2026 +0100

    fix: Vertical lines in the middle of Treemap categories (#37808)
---
 .../plugins/plugin-chart-echarts/src/Treemap/transformProps.ts          | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/superset-frontend/plugins/plugin-chart-echarts/src/Treemap/transformProps.ts 
b/superset-frontend/plugins/plugin-chart-echarts/src/Treemap/transformProps.ts
index e4fe3053ee2..05d7b1b6a9c 100644
--- 
a/superset-frontend/plugins/plugin-chart-echarts/src/Treemap/transformProps.ts
+++ 
b/superset-frontend/plugins/plugin-chart-echarts/src/Treemap/transformProps.ts
@@ -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 => {

Reply via email to