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[{%YValue}]]></format>
09           </tooltip_settings>
10         </bar_series>
11       </data_plot_settings>
12       <data>
13         <series name="Quarter 1">
14           <point name="John" y="10000" />
15           <point name="Jake" y="12000" />
16           <point name="Peter" y="18000" />
17         </series>
18         <series name="Quarter 2">
19           <tooltip enabled="false" />
20           <extra_tooltips>
21             <tooltip enabled="true">
22               <format><![CDATA[Extra tooltip #1: {%YValue}]]></format>
23               <position anchor="CenterTop" />
24             </tooltip>
25             <tooltip enabled="true">
26               <format><![CDATA[Extra tooltip #2: {%YValue}]]></format>
27               <position anchor="CenterBottom" />
28             </tooltip>
29           </extra_tooltips>
30           <point name="John" y="12000" />
31           <point name="Jake" y="15000" />
32           <point name="Peter" y="16000">
33             <tooltip enabled="true">
34               <format><![CDATA[Custom tooltip: {%YValue}]]></format>
35             </tooltip>
36           </point>
37         </series>
38       </data>
39       <chart_settings>
40         <title enabled="false" />
41         <axes>
42           <y_axis enabled="true">
43             <scale minimum="0" />
44           </y_axis>
45           <x_axis enabled="true" />
46         </axes>
47       </chart_settings>
48     </chart>
49   </charts>
50 </anychart>