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" padding="20" align_by="Chart">
10           <text><![CDATA[Sales through different retail channels (3D Pyramid Chart)]]></text>
11         </title>
12         <data_plot_background enabled="false" />
13         <legend enabled="true" ignore_auto_item="true" position="Right">
14           <title enabled="false" />
15           <items>
16             <item source="points" />
17           </items>
18         </legend>
19       </chart_settings>
20       <data_plot_settings enable_3d_mode="true">
21         <funnel_series inverted="true" neck_height="0" fit_aspect="1" min_width="0" padding="0" mode="Square">
22           <animation enabled="true" start_time="0.3" duration="2" type="SideFromTop" animate_opacity="true" interpolation_type="Bounce" show_mode="Smoothed" />
23           <tooltip_settings enabled="true">
24             <position anchor="CenterRight" padding="10" valign="Center" halign="right" />
25             <format><![CDATA[${%Value}{scale:(1000)(1000)(1000)|( th)( mil)( bil),numDecimals:2}]]></format>
26             <background>
27               <corners type="Rounded" all="3" />
28             </background>
29           </tooltip_settings>
30           <label_settings enabled="true">
31             <animation enabled="true" start_time="0.3" duration="2" type="SideFromLeft" animate_opacity="true" interpolation_type="Bounce" show_mode="Smoothed" />
32             <position anchor="Center" valign="Center" halign="Center" padding="10" />
33             <background enabled="false" />
34             <format><![CDATA[{%YPercentOfSeries}{numDecimals:1}%]]></format>
35           </label_settings>
36           <marker_settings enabled="true">
37             <marker type="None" />
38             <states>
39               <hover>
40                 <marker type="Circle" anchor="CenterRight" size="8" />
41                 <effects enabled="true">
42                   <bevel enabled="true" highlight_opacity="0.3" shadow_opacity="0.3" />
43                 </effects>
44               </hover>
45             </states>
46           </marker_settings>
47           <funnel_style>
48             <border color="Black" opacity="0.05" />
49             <states>
50               <hover>
51                 <fill color="%Color" />
52                 <hatch_fill enabled="true" type="Percent50" color="White" opacity="0.3" />
53               </hover>
54               <selected_hover>
55                 <fill color="%Color" />
56                 <hatch_fill type="Checkerboard" color="#404040" opacity="0.1" />
57               </selected_hover>
58               <selected_normal>
59                 <fill color="%Color" />
60                 <hatch_fill type="Checkerboard" color="Black" opacity="0.1" />
61               </selected_normal>
62             </states>
63           </funnel_style>
64         </funnel_series>
65       </data_plot_settings>
66       <data>
67         <series>
68           <point name="Department Stores" y="6371664" />
69           <point name="Discount Stores" y="7216301" />
70           <point name="Men's/Women's Stores" y="1486621" />
71           <point name="Juvenile Specialty Stores" y="1386622" />
72           <point name="All other outlets" y="967654" color="DarkSeaGreen" />
73         </series>
74       </data>
75     </chart>
76   </charts>
77 </anychart>