Skip to content

[BUG] gridlines borderDash not working for polar/radar chart graphs #4976

Description

@layonferreira

The option borderDash on gridlines seems to be ignored for polar area charts.
making the grid solid instead.

config:

{
  type: "polarArea",
  data: {
    datasets: [{
        data: [10, 20, 30]
    }],
    labels: [
        'Red',
        'Yellow',
        'Blue'
    ]
	},
  options: {
    scale: {
      gridLines:{
        lineWidth: 2,
        borderDash:[4,5]
      }
    }
  }
}

fiddle

https://jsfiddle.net/u7tt00bu/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions