flashPieTemplate.xml 1.07 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<chart>
    	<background-color>#445544</background-color>
	<chart_data>{data}</chart_data>
	<chart_grid_h alpha='20' color='000000' thickness='1' type='solid' />
	<chart_rect positive_color='ffffff' positive_alpha='20' negative_color='ff0000' negative_alpha='10' />
	<chart_type>pie</chart_type>
	<chart_value color='ffffff' alpha='90' font='arial' bold='true' size='12' position='inside' prefix='' suffix='' decimals='0' separator='' as_percentage='true' />
	<draw>
		<text color='aaaaaa' alpha='100' font='arial' rotation='0' bold='true' size='20' x='0' y='-110' width='400' height='150' h_align='center' v_align='bottom'>{title}</text>
	</draw>
	<legend_label layout='horizontal' bullet='circle' font='arial' bold='true' size='13' color='ffffff' alpha='85' />
	<legend_rect fill_color='aaaaaa' fill_alpha='100' line_color='000000' line_alpha='0' line_thickness='0' />
	<series_color>
		<color>ddaa41</color>
		<color>88dd11</color>
		<color>4e62dd</color>
		<color>ff8811</color>
		<color>4d4d4d</color>
		<color>5a4b6e</color>
	</series_color>

	<link_data url='{drill-url}' /> 

</chart>