01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart>
05       <data_plot_settings default_series_type="Bar">
06         <bar_series>
07           <tooltip_settings enabled="true">
08             <format><![CDATA[{%SeriesName} ({%fulldate})
09 {%Name} ({%fullname})
10 Sales: {%YValue}$
11 Phone: {%phone}
12 Blog: {%blog}]]></format>
13           </tooltip_settings>
14         </bar_series>
15       </data_plot_settings>
16       <data>
17         <series name="Quarter 1">
18           <attributes>
19             <attribute name="fulldate"><![CDATA[01/01/07 - 31/03/07]]></attribute>
20           </attributes>
21           <point name="John" y="10000">
22             <attributes>
23               <attribute name="fullname"><![CDATA[John Maverick]]></attribute>
24               <attribute name="phone"><![CDATA[555-1267]]></attribute>
25               <attribute name="blog"><![CDATA[http://www.anychart.com/blog/]]></attribute>
26             </attributes>
27           </point>
28           <point name="Jake" y="12000">
29             <attributes>
30               <attribute name="fullname"><![CDATA[Jake Alexander Bow]]></attribute>
31               <attribute name="phone"><![CDATA[555-6790]]></attribute>
32               <attribute name="blog"><![CDATA[none]]></attribute>
33             </attributes>
34           </point>
35           <point name="Peter" y="18000">
36             <attributes>
37               <attribute name="fullname"><![CDATA[Peter Pen]]></attribute>
38               <attribute name="phone"><![CDATA[555-0112]]></attribute>
39               <attribute name="blog"><![CDATA[http://www.anychart.com/blog/]]></attribute>
40             </attributes>
41           </point>
42         </series>
43       </data>
44       <chart_settings>
45         <title enabled="false" />
46         <axes>
47           <y_axis enabled="true">
48             <scale minimum="0" />
49           </y_axis>
50           <x_axis enabled="true" />
51         </axes>
52       </chart_settings>
53     </chart>
54   </charts>
55 </anychart>