Skip to content

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

@layonferreira

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/

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