-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Description
I am implementing the radar chart, but I run into an issue. When the polygon 'stroke color' property of the radar chart gets changed, the polygon stroke color stays the default color. No errors are visible. This is the property:
plotOptions: {
radar: {
size: 140,
polygons: {
-> strokeColor: "#000000",
fill: {
colors: ["#f8f8f8", "#fff"]
}
}
}
},
Here is a pen that shows the issue:
https://codepen.io/thimows/pen/poJxvRP
Hopefully this bug can be confirmed and fixed.
Metadata
Metadata
Assignees
Labels
No labels