01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart name="DrillUp" plot_type="CategorizedHorizontal"> |
05 |
<data> |
06 |
<series type="Bar" palette="default"> |
07 |
<point name="P1" y="561753"> |
08 |
<actions> |
09 |
<action type="updateChart" source_mode="internalData" source="DrillDown" /> |
10 |
</actions> |
11 |
</point> |
12 |
<point name="P2" y="287318"> |
13 |
<actions> |
14 |
<action type="updateChart" source_mode="internalData" source="DrillDown" /> |
15 |
</actions> |
16 |
</point> |
17 |
<point name="P3" y="2287318"> |
18 |
<actions> |
19 |
<action type="updateChart" source_mode="internalData" source="DrillDown" /> |
20 |
</actions> |
21 |
</point> |
22 |
</series> |
23 |
</data> |
24 |
</chart> |
25 |
<chart name="DrillDown" plot_type="Pie"> |
26 |
<data_plot_settings> |
27 |
<pie_series> |
28 |
<label_settings enabled="true" mode="Outside" text_align="Center"> |
29 |
<format><![CDATA[{%Name} - {%YPercentOfSeries}{numDecimals:2}%]]></format> |
30 |
</label_settings> |
31 |
<connector enabled="True" color="Black" opacity="1" thickness="1" /> |
32 |
</pie_series> |
33 |
</data_plot_settings> |
34 |
<data> |
35 |
<series> |
36 |
<point name="P1" y="561753"> |
37 |
<actions> |
38 |
<action type="updateChart" source_mode="internalData" source="DrillUp" /> |
39 |
</actions> |
40 |
</point> |
41 |
<point name="P2" y="287318"> |
42 |
<actions> |
43 |
<action type="updateChart" source_mode="internalData" source="DrillUp" /> |
44 |
</actions> |
45 |
</point> |
46 |
<point name="P3" y="2287318"> |
47 |
<actions> |
48 |
<action type="updateChart" source_mode="internalData" source="DrillUp" /> |
49 |
</actions> |
50 |
</point> |
51 |
</series> |
52 |
</data> |
53 |
</chart> |
54 |
</charts> |
55 |
</anychart> |