01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <charts>
04     <chart plot_type="CategorizedVertical">
05       <data>
06         <series type="Bar" palette="default">
07           <point name="Google" y="2022776">
08             <actions>
09               <action type="navigateToURL" url="http://google.com/" target="_blanc" />
10             </actions>
11           </point>
12           <point name="Yahoo" y="561753">
13             <actions>
14               <action type="navigateToURL" url="http://yahoo.com/" target="_blanc" />
15             </actions>
16           </point>
17           <point y="287318">
18             <name><![CDATA[Wikipedia &
19 Digg]]></name>
20             <actions>
21               <action type="navigateToURL" url="http://digg.com/" target="digg" />
22               <action type="navigateToURL" url="http://wikipedia.org/" target="wikipedia" />
23             </actions>
24           </point>
25           <point name="JS Function test" y="287318">
26             <actions>
27               <action type="navigateToURL" url="javascript:void(alert('Alert function called by AnyChart Action'))" target="_self" />
28             </actions>
29           </point>
30         </series>
31       </data>
32     </chart>
33   </charts>
34 </anychart>