01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="True" /> |
05 |
</settings> |
06 |
<charts> |
07 |
<chart plot_type="Funnel"> |
08 |
<chart_settings> |
09 |
<title enabled="true" align_by="Chart"> |
10 |
<text><![CDATA[Sales By State (3D Funnel Chart: Circular Mode)]]></text> |
11 |
</title> |
12 |
<data_plot_background enabled="false"> |
13 |
<inside_margin all="10" /> |
14 |
</data_plot_background> |
15 |
<legend enabled="true" ignore_auto_item="true" position="Right"> |
16 |
<title enabled="false" /> |
17 |
<items> |
18 |
<item source="points" /> |
19 |
</items> |
20 |
</legend> |
21 |
</chart_settings> |
22 |
<data_plot_settings enable_3d_mode="true"> |
23 |
<funnel_series inverted="False" neck_height="0" fit_aspect="0.8 " min_width="0.15" padding="0" mode="Circular"> |
24 |
<animation enabled="true" type="SideFromRight" show_mode="Smoothed" start_time="0.3" duration="2" interpolation_type="Back" /> |
25 |
<connector enabled="true" color="Black" opacity="0.5" /> |
26 |
<label_settings enabled="true"> |
27 |
<animation enabled="true" type="SideFromRight" show_mode="Smoothed" start_time="0.3" duration="2" interpolation_type="Back" /> |
28 |
<position padding="20" /> |
29 |
<format><![CDATA[{%Name}, ${%Value}{numDecimals:0}]]></format> |
30 |
<font bold="true" /> |
31 |
</label_settings> |
32 |
<tooltip_settings enabled="true"> |
33 |
<format><![CDATA[ |
34 |
State: {%Name} |
35 |
Sales: ${%Value}{numDecimals:0} |
36 |
Ptc. of Total: {%YPercentOfTotal}{numDecimals:1}% |
37 |
]]></format> |
38 |
<background> |
39 |
<corners type="Rounded" all="3" /> |
40 |
</background> |
41 |
<font bold="false" /> |
42 |
</tooltip_settings> |
43 |
<funnel_style> |
44 |
<states> |
45 |
<hover> |
46 |
<fill color="%Color" /> |
47 |
<hatch_fill enabled="true" type="Percent50" color="White" opacity="0.3" /> |
48 |
</hover> |
49 |
<selected_hover> |
50 |
<fill color="%Color" /> |
51 |
<hatch_fill type="Checkerboard" color="#404040" opacity="0.1" /> |
52 |
</selected_hover> |
53 |
<selected_normal> |
54 |
<fill color="%Color" /> |
55 |
<hatch_fill type="Checkerboard" color="Black" opacity="0.1" /> |
56 |
</selected_normal> |
57 |
</states> |
58 |
</funnel_style> |
59 |
</funnel_series> |
60 |
</data_plot_settings> |
61 |
<data> |
62 |
<series> |
63 |
<point name="California" y="198176" /> |
64 |
<point name="Nevada" y="121765" /> |
65 |
<point name="Washington" y="97761" /> |
66 |
<point name="Florida" y="56871" /> |
67 |
<point name="Texas" y="34876" color="DarkSeaGreen" /> |
68 |
</series> |
69 |
</data> |
70 |
</chart> |
71 |
</charts> |
72 |
</anychart> |