question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Radar Polygon Stroke Color Property Not Working

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
junedchhipacommented, Apr 11, 2020

It’s actually polygons.strokeColors You missed the s. It accepts an array as well - docs

1reaction
junedchhipacommented, Apr 12, 2020

It’s a bug in ApexCharts - a minor typo which I have missed in y-axis labels for radar-charts

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found