We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5a8a7 commit bbed25aCopy full SHA for bbed25a
src/chart/radar/RadarView.ts
@@ -232,7 +232,8 @@ class RadarView extends ChartView {
232
// TODO other properties like x, y ?
233
image: pathStyle.image,
234
x: pathStyle.x, y: pathStyle.y,
235
- width: pathStyle.width, height: pathStyle.height
+ width: pathStyle.width, height: pathStyle.height,
236
+ opacity: 0.7,
237
}, itemStyle));
238
}
239
else {
0 commit comments