PieGrid Chart (or Multiple Pies)

Unknown macro: {scrollbar}

PieGrid Chart


The piegrid chart produces multiple pie charts, one for each row of data in the dataset.

Dataset Guidelines

This chart expects its data as a categorical dataset.

Required Properties

The only property a piegrid chart requires is the appropriate chart-type.

<chart-type>PieGrid</chart-type>

The optional chart properties that are supported for this chart are listed in the Chart Properties Reference.

Example

The following chart definition will produce the chart in the example below.

<chart>
	<chart-type>PieGrid</chart-type>
	<color-palette>
		<color>#336699</color>
		<color>#99CCFF</color>
		<color>#999933</color>
		<color>#666699</color>
		<color>#CC9933</color>
		<color>#006666</color>
		<color>#3399FF</color>
		<color>#993300</color>
		<color>#CCCC99</color>
		<color>#666666</color>
		<color>#FFCC66</color>
		<color>#6699CC</color>
		<color>#663366</color>
	</color-palette>
</chart>