Skip to content

grafit-charts


Interface: PolarGridLineOptions

A line inside the web: the rings of the value axis, the spokes of the category one. The grid is chrome rather than an outline, so it takes the theme's grid dash — dashed unless a theme or an option says otherwise.

Extends

Properties

enabled?

optional enabled?: boolean

Inherited from

Switchable.enabled


lineDash?

optional lineDash?: number[]

Dash pattern; an empty array draws a solid line. The theme's grid dash by default.


opacity?

optional opacity?: number

How far the line fades back behind the data (0.3 by default).


stroke?

optional stroke?: string


width?

optional width?: number