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 |
<data_plot_settings enable_3d_mode="true"> |
09 |
<funnel_series fit_aspect="1" mode="Square"> |
10 |
<animation enabled="true" type="Appear" show_mode="Smoothed" start_time="0.3" duration="1.3" interpolation_type="Cubic" /> |
11 |
<connector enabled="true" color="Black" opacity="0.4" /> |
12 |
<label_settings enabled="true" placement_mode="" padding="20"> |
13 |
<animation enabled="true" type="Appear" show_mode="Smoothed" start_time="0.3" duration="1.3" interpolation_type="Cubic" /> |
14 |
<position anchor="center" padding="50" /> |
15 |
<format><![CDATA[{%Name} - {%YValue}{numDecimals:0}]]></format> |
16 |
<background enabled="true"> |
17 |
<inside_margin left="8" right="8" /> |
18 |
<corners type="Rounded" all="3" /> |
19 |
</background> |
20 |
<states> |
21 |
<hover> |
22 |
<background> |
23 |
<border type="Solid" color="DarkColor(%Color)" thickness="2" /> |
24 |
</background> |
25 |
</hover> |
26 |
<pushed> |
27 |
<background> |
28 |
<border type="Solid" color="#494949" thickness="2" opacity="0.7" /> |
29 |
</background> |
30 |
</pushed> |
31 |
<selected_hover> |
32 |
<background> |
33 |
<border type="Solid" color="DarkColor(%Color)" thickness="2" opacity="0.7" /> |
34 |
</background> |
35 |
</selected_hover> |
36 |
<selected_normal> |
37 |
<background> |
38 |
<border type="Solid" color="DarkColor(%Color)" thickness="2" /> |
39 |
</background> |
40 |
</selected_normal> |
41 |
</states> |
42 |
</label_settings> |
43 |
<tooltip_settings enabled="true"> |
44 |
<format><![CDATA[{%Name} - {%YValue}{numDecimals:0}]]></format> |
45 |
</tooltip_settings> |
46 |
<funnel_style> |
47 |
<border color="Black" opacity="0.05" /> |
48 |
<states> |
49 |
<hover> |
50 |
<fill color="%Color" /> |
51 |
<hatch_fill enabled="true" type="Percent50" color="White" opacity="0.3" /> |
52 |
</hover> |
53 |
<selected_hover> |
54 |
<fill color="%Color" /> |
55 |
<hatch_fill type="Checkerboard" color="#404040" opacity="0.1" /> |
56 |
</selected_hover> |
57 |
<selected_normal> |
58 |
<fill color="%Color" /> |
59 |
<hatch_fill type="Checkerboard" color="Black" opacity="0.1" /> |
60 |
</selected_normal> |
61 |
</states> |
62 |
</funnel_style> |
63 |
<marker_settings enabled="true"> |
64 |
<marker type="None" anchor="Center" v_align="Center" h_align="Center" size="12" /> |
65 |
<fill color="Yellow" /> |
66 |
<border color="DarkColor(Yellow)" /> |
67 |
<states> |
68 |
<hover> |
69 |
<marker type="Star5" /> |
70 |
</hover> |
71 |
<pushed> |
72 |
<marker type="Star5" size="8" /> |
73 |
</pushed> |
74 |
<selected_hover> |
75 |
<marker type="Star5" size="14" /> |
76 |
</selected_hover> |
77 |
<selected_normal> |
78 |
<marker type="Star5" /> |
79 |
</selected_normal> |
80 |
</states> |
81 |
</marker_settings> |
82 |
</funnel_series> |
83 |
</data_plot_settings> |
84 |
<chart_settings> |
85 |
<title enabled="true"> |
86 |
<text><![CDATA[Website Statistics (3D Funnel Chart: Square mode)]]></text> |
87 |
</title> |
88 |
<data_plot_background enabled="true"> |
89 |
<inside_margin all="15" /> |
90 |
</data_plot_background> |
91 |
<legend enabled="false" inside_dataplot="true" ignore_auto_item="true"> |
92 |
<title enabled="false" /> |
93 |
<items> |
94 |
<item source="Points" /> |
95 |
</items> |
96 |
</legend> |
97 |
</chart_settings> |
98 |
<data> |
99 |
<series> |
100 |
<point name="Website Visits" y="528756" /> |
101 |
<point name="Downloads" y="164052" /> |
102 |
<point name="Valid Contacts" y="112167" /> |
103 |
<point name="Interested to Buy" y="99128" /> |
104 |
<point name="Purchased" y="63876" /> |
105 |
</series> |
106 |
</data> |
107 |
</chart> |
108 |
</charts> |
109 |
</anychart> |