Skip to content

Radar Polygon Stroke Color Property Not Working #1490

@Thimows

Description

@Thimows

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions