Skip to content

Commit bbed25a

Browse files
committed
fix: add symbolPath opacity. close #21074
1 parent 6e5a8a7 commit bbed25a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/chart/radar/RadarView.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ class RadarView extends ChartView {
232232
// TODO other properties like x, y ?
233233
image: pathStyle.image,
234234
x: pathStyle.x, y: pathStyle.y,
235-
width: pathStyle.width, height: pathStyle.height
235+
width: pathStyle.width, height: pathStyle.height,
236+
opacity: 0.7,
236237
}, itemStyle));
237238
}
238239
else {

0 commit comments

Comments
 (0)