01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="true" />
05   </settings>
06   <charts>
07     <chart name="Main" plot_type="Funnel">
08       <chart_settings>
09         <title enabled="true">
10           <text><![CDATA[Genre popularity (2D Pyramid Chart)]]></text>
11         </title>
12         <data_plot_background enabled="true">
13           <inside_margin all="15" />
14         </data_plot_background>
15         <legend enabled="false" inside_dataplot="true" ignore_auto_item="true">
16           <title enabled="false" />
17           <items>
18             <item source="Points" />
19           </items>
20         </legend>
21       </chart_settings>
22       <data_plot_settings>
23         <funnel_series inverted="true" neck_height="0" min_width="0" padding="0" fit_aspect="0.9">
24           <animation enabled="true" start_time="0.3" duration="2" type="SideFromLeft" animate_opacity="false" interpolation_type="Elastic" show_mode="Smoothed" />
25           <connector enabled="true" color="Black" opacity="0.4" />
26           <label_settings enabled="true" placement_mode="OutsideLeftInColumn" padding="20">
27             <animation enabled="true" start_time="0.3" duration="2" type="SideFromLeft" animate_opacity="false" interpolation_type="Elastic" show_mode="Smoothed" />
28             <position anchor="center" padding="50" />
29             <format><![CDATA[{%Name} - {%YValue}{numDecimals:0}]]></format>
30             <background enabled="true">
31               <inside_margin left="8" right="8" />
32               <corners type="Rounded" all="3" />
33             </background>
34             <states>
35               <hover>
36                 <background>
37                   <border type="Solid" color="DarkColor(%Color)" thickness="2" />
38                 </background>
39               </hover>
40               <pushed>
41                 <background>
42                   <border type="Solid" color="#494949" thickness="2" opacity="0.7" />
43                 </background>
44               </pushed>
45               <selected_hover>
46                 <background>
47                   <border type="Solid" color="DarkColor(%Color)" thickness="2" opacity="0.7" />
48                 </background>
49               </selected_hover>
50               <selected_normal>
51                 <background>
52                   <border type="Solid" color="DarkColor(%Color)" thickness="2" />
53                 </background>
54               </selected_normal>
55             </states>
56           </label_settings>
57           <tooltip_settings enabled="true">
58             <format><![CDATA[
59 {%Name}
60 {%YValue}{numDecimals:0}
61 ]]></format>
62             <background>
63               <corners type="Rounded" all="3" />
64             </background>
65           </tooltip_settings>
66           <funnel_style>
67             <border color="Black" opacity="0.05" />
68             <fill type="Gradient">
69               <gradient angle="0">
70                 <key color="Blend(%Color,DarkColor(%Color),0.2)" />
71                 <key color="%Color" />
72                 <key color="Blend(%Color,DarkColor(%Color),0.2)" />
73               </gradient>
74             </fill>
75             <states>
76               <hover>
77                 <hatch_fill enabled="true" type="Percent50" color="White" opacity="0.3" />
78               </hover>
79               <selected_hover>
80                 <hatch_fill type="Checkerboard" color="#404040" opacity="0.1" />
81               </selected_hover>
82               <selected_normal>
83                 <hatch_fill type="Checkerboard" color="Black" opacity="0.1" />
84               </selected_normal>
85             </states>
86           </funnel_style>
87           <marker_settings enabled="true">
88             <marker type="None" anchor="Center" v_align="Center" h_align="Center" size="12" />
89             <fill color="Yellow" />
90             <border color="DarkColor(Yellow)" />
91             <states>
92               <hover>
93                 <marker type="Star5" />
94               </hover>
95               <pushed>
96                 <marker type="Star5" size="8" />
97               </pushed>
98               <selected_hover>
99                 <marker type="Star5" size="14" />
100               </selected_hover>
101               <selected_normal>
102                 <marker type="Star5" />
103               </selected_normal>
104             </states>
105           </marker_settings>
106           <effects enabled="true">
107             <drop_shadow enabled="true" color="Black" distance="3" opacity="0.4" blur_x="5" blur_y="5" />
108           </effects>
109         </funnel_series>
110       </data_plot_settings>
111       <data>
112         <series>
113           <point name="Fantasy" y="402676" />
114           <point name="Fantastic" y="762124" />
115           <point name="Detective" y="435321" />
116           <point name="Classic" y="314982" />
117           <point name="TextBooks" y="220187" />
118         </series>
119       </data>
120     </chart>
121   </charts>
122 </anychart>