PieParameters

interface PieParameters : OptionsCapsule

Properties for parameters of geomPie().

Inheritors

Properties

Link copied to clipboard
abstract val direction: Int?

Specify angle direction, 1=clockwise, -1=counter-clockwise.

Link copied to clipboard
abstract val hole: Number?

A multiplicative factor applied to the pie diameter to draw donut-like chart. Understands numbers between 0 and 1.

Link copied to clipboard
abstract val spacerColor: Any?

Color for spacers between sectors. By default, the "paper" color is used. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val spacerWidth: Number?

Line width between sectors. Spacers are not applied to exploded sectors and to sides of adjacent sectors.

Link copied to clipboard
abstract val start: Number?

Specify the angle at which the first sector starts. Accept values between 0 and 360. Default is a negative angle of the first sector.

Link copied to clipboard
abstract val strokeSide: String?

Defines which arcs of pie sector should have a stroke.