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

rusackas pushed a commit to branch fix-arc-strokes
in repository https://gitbox.apache.org/repos/asf/superset.git

commit ffa2669bf93f7e1e5a1cfb7ef7d097a6797d1ed6
Author: Evan Rusackas <[email protected]>
AuthorDate: Wed Apr 16 15:41:09 2025 -0600

    Update Arc.tsx
---
 .../plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.tsx           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.tsx 
b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.tsx
index 05c755b1a5..a1d5c1d67f 100644
--- 
a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.tsx
+++ 
b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.tsx
@@ -77,7 +77,7 @@ export function getLayer(
     getTargetColor: (d: any) =>
       d.targetColor || d.color || [tc.r, tc.g, tc.b, 255 * tc.a],
     id: `path-layer-${fd.slice_id}` as const,
-    strokeWidth: fd.stroke_width ? fd.stroke_width : 3,
+    getWidth: fd.stroke_width ? fd.stroke_width : 3,
     ...commonLayerProps(fd, setTooltip, setTooltipContent(fd)),
   });
 }

Reply via email to