Skip to content

Commit 8fd6cd4

Browse files
committed
fix(theme): remove comment
1 parent f3c93a6 commit 8fd6cd4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/chart/funnel/FunnelView.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ class FunnelPiece extends graphic.Polygon {
130130

131131
polygon.setTextConfig({
132132
local: true,
133-
inside: !!labelLayout.inside,
134-
// Remove insideStroke and outsideFill
135-
// insideFill: 'auto'
133+
inside: !!labelLayout.inside
136134
});
137135

138136
const linePoints = labelLayout.linePoints;

0 commit comments

Comments
 (0)