Pie Charts : General parameters in pie charts

# maxPieSectors

Max pie sectors. After that number the sectors will be put in a sector named other
Type: float
Default: 20
Used in: Pie

# pieColors

Pie Colors. Defaults to the parameter colors
Type: array
Default: []
Used in: Pie

# pieInnerRadius

Percentage of the radius in the pies to remove to make a donut. It must be a number between 0 to 1
Type: float
Default:
Used in: Pie

# pieLabelType

Pie label type to show the percentage of the slice or the actual number
Type: string
Default: percentage
Options: percentage, value
Used in: Pie

# pieSegmentLabels

Location for the values in the pie charts
Type: string
Default: inside
Options: inside, outside
Used in: Pie

# pieSegmentPrecision

Number of decimals for values in the Pie charts
Type: integer
Default:
Used in: Pie

# pieSegmentSeparation

Length in pixels for the separation of the pieces of the pie charts
Type: integer
Default: 1
Used in: Pie

# pieType

Position for the pices of the pie
Type: string
Default: separated
Options: separated, solid
Used in: Pie

# showPieSampleLabel

Flag to show/hide the sample label when plotting multiple pies
Type: boolean
Default: true
Used in: Pie

# showPieValues

Flag to show/hide the values for the pie
Type: boolean
Default: true
Used in: Pie

# startPieSectors

Starting degrees for pie sectors. 0 is equivalent to 3:00 oclock
Type: float
Default: 270
Used in: Pie