Radar Polygon Stroke Color Property Not Working
See original GitHub issueI 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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Different colours for geom_polygon in radar chart
Any help is much appreciated! I've tried to set "fill" to the cbPalette variable but that does not seem to work, unfortunately? This...
Read more >ALKMaps.Symbolizer.Polygon
Polygon, A symbolizer used to render line features. Properties. strokeColor, {String} Color for line stroke. strokeOpacity, {Number} Stroke opacity (0-1).
Read more >Radar Chart | Chart.js
The radar chart allows a number of properties to be specified for each dataset. These are used to set display properties for a...
Read more >Radar Chart Guide & Documentation - ApexCharts.js
Read the documentation on how to create interactive JavaScript Radar Charts / Spider Charts with examples built using ApexCharts.
Read more >Radar Chart
Radar charts (also known as spider charts, polar charts, web charts, or star plots) ... This problem can be fixed by lowering the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s actually
polygons.strokeColors
You missed thes
. It accepts an array as well - docsIt’s a bug in ApexCharts - a minor typo which I have missed in y-axis labels for radar-charts