<chart>
	
	<!--  this is the background for the whole image -->
	<!--  TODO support gradient and texture painting -->
	<title>Sample Chart</title>
	<chart-type>PieChart</chart-type>
	<interior-gap>.25</interior-gap>
	<start-angle>180</start-angle>
	<label-paint>#000000</label-paint>
	<label-background-paint>#99CCFF</label-background-paint>
	<label-gap>.1</label-gap> 
	<explode-slices>
		<slice>Sales</slice>
		<slice>Executive Management</slice>
	</explode-slices>
	<label-font>
		<font-family>Arial</font-family>
		<size>10</size>
		<is-bold>true</is-bold>
		<is-italic>true</is-italic>
	</label-font>
	<subtitles>
		<subtitle>Pie Chart Example</subtitle> 
	</subtitles>
	<chart-background type="color">#FFFFFF</chart-background>
	<plot-background type="color">#FFFFFF</plot-background>
	<!-- <orientation>horizontal</orientation> -->
	<height>550</height>
	<width>650</width>
	<!-- <is-3D>true</is-3D> --> 
	<include-legend>true</include-legend>
	<!-- <is-stacked>true</is-stacked> -->
	<urlTemplate><![CDATA[/pentaho/Pivot?solution=samples&path=analysis&action=query1.xaction&department=.[{DEPARTMENT}]]]></urlTemplate>
	<paramName>DEPARTMENT</paramName>
	<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>#9999CC</color>
		<color>#CCCCCC</color>
		<color>#669999</color>
		<color>#CCCC66</color>
		<color>#CC6600</color>
		<color>#9999FF</color>
		<color>#0066CC</color>
		<color>#99CCCC</color>
		<color>#999999</color>
		<color>#FFCC00</color>
		<color>#009999</color>
		<color>#99CC33</color>
		<color>#FF9900</color>
		<color>#999966</color>
		<color>#66CCCC</color>
		<color>#339966</color>
		<color>#CCCC33</color>
	</color-palette>
</chart>