01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="Doughnut" template="template_bg">
05       <data>
06         <series>
07           <point name="Nevada Cocktail Lounge" y="4.173" />
08           <point name="Washington Highway Pub" y="3.77" />
09           <point name="Florida Beer Restaurant" y="3.5" />
10           <point name="Texas SteakHouse" y="4.14" />
11           <point name="Georgia Ale House" y="1.675" />
12         </series>
13       </data>
14       <data_plot_settings>
15         <pie_series style="Aqua">
16           <tooltip_settings enabled="true">
17             <format><![CDATA[{%Name} / ${%YValue}{numDecimals:2} mil. / {%YPercentOfSeries}{numDecimals:2}%]]></format>
18           </tooltip_settings>
19           <label_settings enabled="true" mode="inside">
20             <position anchor="Center" valign="Center" halign="Center" />
21             <background enabled="false" />
22             <font color="White">
23               <effects enabled="True">
24                 <drop_shadow enabled="True" />
25               </effects>
26             </font>
27             <format><![CDATA[{%YPercentOfSeries}]]></format>
28           </label_settings>
29         </pie_series>
30       </data_plot_settings>
31       <chart_settings>
32         <title>
33           <text><![CDATA[Pubs Revenue Ratio]]></text>
34         </title>
35         <legend enabled="True" ignore_auto_item="True">
36           <title enabled="false" />
37           <items>
38             <item source="Points" />
39           </items>
40         </legend>
41       </chart_settings>
42     </chart>
43   </charts>
44 </anychart>