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 |
<attributes> |
08 |
<attribute name="series_keywords"><![CDATA[download]]></attribute> |
09 |
</attributes> |
10 |
<actions> |
11 |
<action type="call" function="alert"> |
12 |
<arg><![CDATA[The following keywords will be queried in Google : {%series_keywords} {%keywords}]]></arg> |
13 |
</action> |
14 |
<action type="navigateToURL" url="http://www.google.com/search?q={%series_keywords}%20{%keywords}" target="_blanc" /> |
15 |
</actions> |
16 |
<point name="Adobe" y="2022776"> |
17 |
<attributes> |
18 |
<attribute name="keywords"><![CDATA[PhotoShop Flash Pdf Acrobat]]></attribute> |
19 |
</attributes> |
20 |
</point> |
21 |
<point name="AnyChart" y="561753"> |
22 |
<attributes> |
23 |
<attribute name="keywords"><![CDATA[AnyChart Flash Charts Maps Gantt]]></attribute> |
24 |
</attributes> |
25 |
</point> |
26 |
<point y="287318" name="Wikipedia"> |
27 |
<attributes> |
28 |
<attribute name="keywords"><![CDATA[Wikipedia Wikimedia Wiki]]></attribute> |
29 |
</attributes> |
30 |
</point> |
31 |
</series> |
32 |
</data> |
33 |
</chart> |
34 |
</charts> |
35 |
</anychart> |