Plugin renderer to draw a pie chart.  Pie charts will draw only the first series.  Other series are ignored. x values, if present, will be used as slice labels. y values give slice size.

Summary
$.jqplot.PieRendererPlugin renderer to draw a pie chart.
Properties
diameterdiameter of the pie, auto computed by default
paddingpadding between the pie and plot edges, legend, etc.
sliceMarginpixels spacing between pie slices.
filltrue or false, wether to fil the slices.
shadowOffsetoffset of the shadow from the slice and offset of each succesive stroke of the shadow from the last.
shadowAlphatransparency of the shadow (0 = transparent, 1 = opaque)
shadowDepthnumber of strokes to apply to the shadow, each stroke offset shadowOffset from the last.

Properties

diameter

this.diameter = null

diameter of the pie, auto computed by default

padding

this.padding = 20

padding between the pie and plot edges, legend, etc.

sliceMargin

this.sliceMargin = 0

pixels spacing between pie slices.

fill

this.fill = true

true or false, wether to fil the slices.

shadowOffset

this.shadowOffset = 2

offset of the shadow from the slice and offset of each succesive stroke of the shadow from the last.

shadowAlpha

this.shadowAlpha = 0.07

transparency of the shadow (0 = transparent, 1 = opaque)

shadowDepth

this.shadowDepth = 5

number of strokes to apply to the shadow, each stroke offset shadowOffset from the last.

this.diameter = null
diameter of the pie, auto computed by default
this.padding = 20
padding between the pie and plot edges, legend, etc.
this.sliceMargin = 0
pixels spacing between pie slices.
this.fill = true
true or false, wether to fil the slices.
this.shadowOffset = 2
offset of the shadow from the slice and offset of each succesive stroke of the shadow from the last.
this.shadowAlpha = 0.07
transparency of the shadow (0 = transparent, 1 = opaque)
this.shadowDepth = 5
number of strokes to apply to the shadow, each stroke offset shadowOffset from the last.
Close