DojoPieChart

Use the DojoPieChart widget with one or more PieChartData records to create pie charts.

Properties

data
The name of the PieChartData record that contains the data for the pie chart
fontColor
The color of the pie chart. It can be blue, red, cyan, green, orange, or purple.
height
The height of the pie chart, in pixels
labelOffSet
The offset of the labels from the center. For a radius of 100, a value of value of 40 is optimal.
radius
The radius of the pie chart, in pixels. A value of 100 is optimal.
width
The total width of the pie chart, in pixels

Feedback