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

maxPieSectors : 20

maxPieSectors : 5


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

pieColors : ["#9e0adb","#ff7d00","#47db0a"]

pieColors : ["lightgreen","lightblue","pink"]


# 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

pieInnerRadius : 0.5

pieInnerRadius : 0.8


# 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

pieLabelType : "percentage"

pieLabelType : "value"


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

pieSegmentLabels : "inside"

pieSegmentLabels : "outside"


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

pieSegmentPrecision : 1

pieSegmentPrecision : 2


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

pieSegmentSeparation : 1

pieSegmentSeparation : 2


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

pieType : "separated"

pieType : "solid"


# 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

showPieValues : true

showPieValues : false


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

startPieSectors : 270

startPieSectors : 0