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 Product (2D Funnel Chart)]]></text> |
11 |
</title> |
12 |
<data_plot_background enabled="false"> |
13 |
<inside_margin all="10" /> |
14 |
</data_plot_background> |
15 |
</chart_settings> |
16 |
<data_plot_settings enable_3d_mode="false"> |
17 |
<funnel_series inverted="false" neck_height="0.25" fit_aspect="0.8 " min_width="0.2" padding="0" mode="Circular"> |
18 |
<animation enabled="true" start_time="0.3" type="ScaleXCenter" duration="2" show_mode="Smoothed" interpolation_type="Cubic" animate_opacity="true" /> |
19 |
<connector enabled="true" color="Black" opacity="0.5" /> |
20 |
<label_settings enabled="true"> |
21 |
<animation enabled="true" start_time="0.3" type="ScaleXCenter" duration="2" show_mode="Smoothed" interpolation_type="Cubic" animate_opacity="true" /> |
22 |
<position padding="20" /> |
23 |
<format><![CDATA[{%Name}, ${%Value}{numDecimals:0}]]></format> |
24 |
<font bold="true" /> |
25 |
</label_settings> |
26 |
<tooltip_settings enabled="true"> |
27 |
<format><![CDATA[ |
28 |
Product: {%Name} |
29 |
Sales: ${%Value}{numDecimals:0} |
30 |
Ptc. of Total: {%YPercentOfTotal}{numDecimals:1}% |
31 |
]]></format> |
32 |
<background> |
33 |
<corners type="Rounded" all="3" /> |
34 |
</background> |
35 |
<font bold="false" /> |
36 |
</tooltip_settings> |
37 |
<funnel_style> |
38 |
<border color="Black" opacity="0.05" /> |
39 |
<fill type="Gradient"> |
40 |
<gradient angle="0"> |
41 |
<key color="Blend(%Color,DarkColor(%Color),0.2)" /> |
42 |
<key color="%Color" /> |
43 |
<key color="Blend(%Color,DarkColor(%Color),0.2)" /> |
44 |
</gradient> |
45 |
</fill> |
46 |
<states> |
47 |
<hover> |
48 |
<hatch_fill enabled="true" type="Percent50" color="White" opacity="0.3" /> |
49 |
</hover> |
50 |
<selected_hover> |
51 |
<hatch_fill type="Checkerboard" color="#404040" opacity="0.1" /> |
52 |
</selected_hover> |
53 |
<selected_normal> |
54 |
<hatch_fill type="Checkerboard" color="Black" opacity="0.1" /> |
55 |
</selected_normal> |
56 |
</states> |
57 |
</funnel_style> |
58 |
<marker_settings enabled="true"> |
59 |
<marker type="None" anchor="Center" v_align="Center" h_align="Center" size="12" /> |
60 |
<fill color="Yellow" /> |
61 |
<border color="DarkColor(Yellow)" /> |
62 |
<states> |
63 |
<hover> |
64 |
<marker type="Star5" /> |
65 |
</hover> |
66 |
<pushed> |
67 |
<marker type="Star5" size="8" /> |
68 |
</pushed> |
69 |
<selected_hover> |
70 |
<marker type="Star5" size="14" /> |
71 |
</selected_hover> |
72 |
<selected_normal> |
73 |
<marker type="Star5" /> |
74 |
</selected_normal> |
75 |
</states> |
76 |
</marker_settings> |
77 |
<effects enabled="true"> |
78 |
<drop_shadow enabled="true" color="Black" distance="3" opacity="0.4" blur_x="5" blur_y="5" /> |
79 |
</effects> |
80 |
</funnel_series> |
81 |
</data_plot_settings> |
82 |
<data> |
83 |
<series> |
84 |
<point name="Product A" y="7522" /> |
85 |
<point name="Product B" y="2431" /> |
86 |
<point name="Product C" y="3624" /> |
87 |
<point name="Product D" y="5243" /> |
88 |
<point name="Product E" y="6813" /> |
89 |
<point name="Product F" y="5321" /> |
90 |
<point name="Product G" y="1567" /> |
91 |
<point name="Product H" y="3876" /> |
92 |
<point name="Product I" y="2187" /> |
93 |
</series> |
94 |
</data> |
95 |
</chart> |
96 |
</charts> |
97 |
</anychart> |