01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <dashboard>
04     <view type="Dashboard">
05       <title padding="0">
06         <text><![CDATA[ACME Corp. Sales Dashboard]]></text>
07       </title>
08       <background>
09         <inside_margin all="3" top="10" />
10       </background>
11       <vbox width="100%" height="100%">
12         <view name="yearsView" type="Chart" source="mainData" width="100%" height="45%">
13           <margin top="0" />
14         </view>
15         <view name="yearDetailsView" type="Chart" source="yearDetails2006" width="100%" height="55%" />
16       </vbox>
17     </view>
18   </dashboard>
19   <templates>
20     <template name="yearDetails">
21       <chart>
22         <chart_settings>
23           <title align="Left" align_by="DataPlot">
24             <text><![CDATA[Default Text]]></text>
25             <font bold="True" />
26           </title>
27           <axes>
28             <x_axis>
29               <title enabled="false" />
30               <labels>
31                 <format><![CDATA[{%Value}{enabled:false}]]></format>
32               </labels>
33             </x_axis>
34             <y_axis>
35               <scale mode="Stacked" />
36               <labels>
37                 <format><![CDATA[
38 ${%Value}{scale:(1000)|( k)}
39 ]]></format>
40               </labels>
41               <minor_grid enabled="false" />
42               <minor_tickmark enabled="false" />
43               <title enabled="False" />
44             </y_axis>
45           </axes>
46           <legend enabled="true" position="Bottom" align="Center">
47             <title enabled="false" />
48             <rows_separator enabled="false" />
49             <columns_separator enabled="false" />
50             <format><![CDATA[{%Icon} - {%Name} (${%Value}{scale:(1000)|( k),numDecimals:2})]]></format>
51           </legend>
52           <chart_background>
53             <border type="Solid" color="#CCCCCC" thickness="1" />
54             <corners type="Square" />
55             <effects enabled="false" />
56           </chart_background>
57         </chart_settings>
58         <data_plot_settings ignore_missing="False">
59           <interactivity selectable="False" />
60           <bar_series group_padding="0.3">
61             <tooltip_settings enabled="True">
62               <format><![CDATA[
63 {%Name} - {%SeriesName}
64 Revenue: ${%Value}{scale:(1000)|( k),numDecimals:2}
65 Ratio: {%YPercentOfCategory}{numDecimals:2}%
66 Total: ${%CategoryYSum}{scale:(1000)|( k),numDecimals:2}
67 ]]></format>
68               <font bold="false" />
69             </tooltip_settings>
70           </bar_series>
71         </data_plot_settings>
72       </chart>
73     </template>
74   </templates>
75   <charts>
76     <chart name="mainData">
77       <chart_settings>
78         <title align="Left" align_by="DataPlot">
79           <text><![CDATA[Select a Column to drill-down]]></text>
80           <font bold="True" />
81         </title>
82         <axes>
83           <x_axis>
84             <labels>
85               <format><![CDATA[{%Value}{enabled:false}]]></format>
86             </labels>
87             <title enabled="False" />
88           </x_axis>
89           <y_axis>
90             <title enabled="false" />
91             <labels>
92               <format><![CDATA[${%Value}{numDecimals:0,scale:(1000)|( k)}]]></format>
93             </labels>
94             <minor_grid enabled="false" />
95             <minor_tickmark enabled="False" />
96           </y_axis>
97         </axes>
98         <chart_background>
99           <border type="Solid" color="#CCCCCC" thickness="1" />
100           <corners type="Square" />
101           <effects enabled="false" />
102         </chart_background>
103       </chart_settings>
104       <data_plot_settings>
105         <bar_series group_padding="0.3">
106           <marker_settings enabled="true" color="Gold">
107             <marker type="None" size="10" />
108             <states>
109               <hover>
110                 <marker type="Circle" />
111                 <border thickness="2" />
112               </hover>
113               <pushed>
114                 <marker type="Circle" size="6" />
115                 <border thickness="2" />
116               </pushed>
117               <selected_normal>
118                 <marker type="Star5" size="16" />
119                 <border thickness="1" />
120               </selected_normal>
121               <selected_hover>
122                 <marker type="Star5" size="12" />
123                 <border thickness="1" />
124               </selected_hover>
125             </states>
126           </marker_settings>
127           <tooltip_settings enabled="true">
128             <format><![CDATA[
129 {%Name} - ${%Value}{numDecimals:0,scale:(1000)|( k),numDecimals:2}
130 ]]></format>
131             <position anchor="CenterTop" padding="10" />
132             <background>
133               <border color="DarkColor(Gold)" thickness="1" />
134             </background>
135           </tooltip_settings>
136         </bar_series>
137       </data_plot_settings>
138       <data>
139         <series>
140           <point name="2000" y="856859">
141             <actions>
142               <action type="UpdateView" view="yearDetailsView" source_mode="InternalData" source="yearDetails2000" />
143             </actions>
144           </point>
145           <point name="2001" y="1088047">
146             <actions>
147               <action type="UpdateView" view="yearDetailsView" source_mode="InternalData" source="yearDetails2001" />
148             </actions>
149           </point>
150           <point name="2002" y="586837">
151             <actions>
152               <action type="UpdateView" view="yearDetailsView" source_mode="InternalData" source="yearDetails2002" />
153             </actions>
154           </point>
155           <point name="2003" y="691257">
156             <actions>
157               <action type="UpdateView" view="yearDetailsView" source_mode="InternalData" source="yearDetails2003" />
158             </actions>
159           </point>
160           <point name="2004" y="995656">
161             <actions>
162               <action type="UpdateView" view="yearDetailsView" source_mode="InternalData" source="yearDetails2004" />
163             </actions>
164           </point>
165           <point name="2005" y="655439">
166             <actions>
167               <action type="UpdateView" view="yearDetailsView" source_mode="InternalData" source="yearDetails2005" />
168             </actions>
169           </point>
170           <point name="2006" y="697548" selected="True">
171             <actions>
172               <action type="UpdateView" view="yearDetailsView" source_mode="InternalData" source="yearDetails2006" />
173             </actions>
174           </point>
175           <point name="2007" y="332151">
176             <actions>
177               <action type="UpdateView" view="yearDetailsView" source_mode="InternalData" source="yearDetails2007" />
178             </actions>
179           </point>
180         </series>
181       </data>
182     </chart>
183     <chart name="yearDetails2000" template="yearDetails">
184       <chart_settings>
185         <title>
186           <text><![CDATA[Revenue for the year 2000]]></text>
187         </title>
188       </chart_settings>
189       <data>
190         <series name="Products">
191           <point name="Jan" y="31128" />
192           <point name="Feb" y="39675" />
193           <point name="Mar" y="41168" />
194           <point name="Apr" y="39487" />
195           <point name="May" y="28261" />
196           <point name="Jun" y="32458" />
197           <point name="Jul" y="39987" />
198           <point name="Aug" y="45291" />
199           <point name="Sep" y="51376" />
200           <point name="Oct" y="48754" />
201           <point name="Nov" y="51178" />
202           <point name="Dec" y="78543" />
203         </series>
204         <series name="Services">
205           <point name="Jan" y="25165" />
206           <point name="Feb" y="23211" />
207           <point name="Mar" y="23480" />
208           <point name="Apr" y="16245" />
209           <point name="May" y="21765" />
210           <point name="Jun" y="28342" />
211           <point name="Jul" y="31876" />
212           <point name="Aug" y="33745" />
213           <point name="Sep" y="31765" />
214           <point name="Oct" y="29876" />
215           <point name="Nov" y="26195" />
216           <point name="Dec" y="37876" />
217         </series>
218       </data>
219     </chart>
220     <chart name="yearDetails2001" template="yearDetails">
221       <chart_settings>
222         <title>
223           <text><![CDATA[Revenue for the year 2001]]></text>
224         </title>
225       </chart_settings>
226       <data>
227         <series name="Products">
228           <point name="Jan" y="37328" />
229           <point name="Feb" y="52875" />
230           <point name="Mar" y="51268" />
231           <point name="Apr" y="46487" />
232           <point name="May" y="34461" />
233           <point name="Jun" y="41758" />
234           <point name="Jul" y="59987" />
235           <point name="Aug" y="70191" />
236           <point name="Sep" y="40476" />
237           <point name="Oct" y="68154" />
238           <point name="Nov" y="83778" />
239           <point name="Dec" y="68643" />
240         </series>
241         <series name="Services">
242           <point name="Jan" y="40765" />
243           <point name="Feb" y="30911" />
244           <point name="Mar" y="42080" />
245           <point name="Apr" y="28645" />
246           <point name="May" y="27965" />
247           <point name="Jun" y="42342" />
248           <point name="Jul" y="51276" />
249           <point name="Aug" y="28345" />
250           <point name="Sep" y="36465" />
251           <point name="Oct" y="41876" />
252           <point name="Nov" y="33995" />
253           <point name="Dec" y="27976" />
254         </series>
255       </data>
256     </chart>
257     <chart name="yearDetails2002" template="yearDetails">
258       <chart_settings>
259         <title>
260           <text><![CDATA[Revenue for the year 2002]]></text>
261         </title>
262       </chart_settings>
263       <data>
264         <series name="Products">
265           <point name="Jan" y="48228" />
266           <point name="Feb" y="39775" />
267           <point name="Mar" y="30568" />
268           <point name="Apr" y="32787" />
269           <point name="May" y="35561" />
270           <point name="Jun" y="45258" />
271           <point name="Jul" y="23687" />
272           <point name="Aug" y="26391" />
273           <point name="Sep" y="28176" />
274           <point name="Oct" y="25454" />
275           <point name="Nov" y="29278" />
276           <point name="Dec" y="60343" />
277         </series>
278         <series name="Services">
279           <point name="Jan" y="9165" />
280           <point name="Feb" y="13511" />
281           <point name="Mar" y="8980" />
282           <point name="Apr" y="18245" />
283           <point name="May" y="11965" />
284           <point name="Jun" y="13642" />
285           <point name="Jul" y="14676" />
286           <point name="Aug" y="15645" />
287           <point name="Sep" y="10165" />
288           <point name="Oct" y="17276" />
289           <point name="Nov" y="17395" />
290           <point name="Dec" y="10676" />
291         </series>
292       </data>
293     </chart>
294     <chart name="yearDetails2003" template="yearDetails">
295       <chart_settings>
296         <title>
297           <text><![CDATA[Revenue for the year 2003]]></text>
298         </title>
299       </chart_settings>
300       <data>
301         <series name="Products">
302           <point name="Jan" y="23528" />
303           <point name="Feb" y="30175" />
304           <point name="Mar" y="36668" />
305           <point name="Apr" y="35487" />
306           <point name="May" y="21861" />
307           <point name="Jun" y="40458" />
308           <point name="Jul" y="55987" />
309           <point name="Aug" y="40191" />
310           <point name="Sep" y="37376" />
311           <point name="Oct" y="39254" />
312           <point name="Nov" y="45478" />
313           <point name="Dec" y="61843" />
314         </series>
315         <series name="Services">
316           <point name="Jan" y="19465" />
317           <point name="Feb" y="18111" />
318           <point name="Mar" y="17780" />
319           <point name="Apr" y="16245" />
320           <point name="May" y="21765" />
321           <point name="Jun" y="19442" />
322           <point name="Jul" y="16576" />
323           <point name="Aug" y="19745" />
324           <point name="Sep" y="14565" />
325           <point name="Oct" y="23476" />
326           <point name="Nov" y="18195" />
327           <point name="Dec" y="17576" />
328         </series>
329       </data>
330     </chart>
331     <chart name="yearDetails2004" template="yearDetails">
332       <chart_settings>
333         <title>
334           <text><![CDATA[Revenue for the year 2004]]></text>
335         </title>
336       </chart_settings>
337       <data>
338         <series name="Products">
339           <point name="Jan" y="42628" />
340           <point name="Feb" y="53075" />
341           <point name="Mar" y="53168" />
342           <point name="Apr" y="47187" />
343           <point name="May" y="56261" />
344           <point name="Jun" y="49058" />
345           <point name="Jul" y="61587" />
346           <point name="Aug" y="75291" />
347           <point name="Sep" y="80176" />
348           <point name="Oct" y="78754" />
349           <point name="Nov" y="59178" />
350           <point name="Dec" y="49743" />
351         </series>
352         <series name="Services">
353           <point name="Jan" y="20265" />
354           <point name="Feb" y="12811" />
355           <point name="Mar" y="13080" />
356           <point name="Apr" y="11345" />
357           <point name="May" y="27765" />
358           <point name="Jun" y="44742" />
359           <point name="Jul" y="16576" />
360           <point name="Aug" y="19545" />
361           <point name="Sep" y="20765" />
362           <point name="Oct" y="22176" />
363           <point name="Nov" y="30595" />
364           <point name="Dec" y="49876" />
365         </series>
366       </data>
367     </chart>
368     <chart name="yearDetails2005" template="yearDetails">
369       <chart_settings>
370         <title>
371           <text><![CDATA[Revenue for the year 2005]]></text>
372         </title>
373       </chart_settings>
374       <data>
375         <series name="Products">
376           <point name="Jan" y="69928" />
377           <point name="Feb" y="54875" />
378           <point name="Mar" y="43568" />
379           <point name="Apr" y="33987" />
380           <point name="May" y="14961" />
381           <point name="Jun" y="22758" />
382           <point name="Jul" y="23587" />
383           <point name="Aug" y="31391" />
384           <point name="Sep" y="22276" />
385           <point name="Oct" y="33554" />
386           <point name="Nov" y="40878" />
387           <point name="Dec" y="47043" />
388         </series>
389         <series name="Services">
390           <point name="Jan" y="20365" />
391           <point name="Feb" y="18011" />
392           <point name="Mar" y="16580" />
393           <point name="Apr" y="9745" />
394           <point name="May" y="12265" />
395           <point name="Jun" y="16342" />
396           <point name="Jul" y="21476" />
397           <point name="Aug" y="23345" />
398           <point name="Sep" y="22265" />
399           <point name="Oct" y="14676" />
400           <point name="Nov" y="15395" />
401           <point name="Dec" y="26176" />
402         </series>
403       </data>
404     </chart>
405     <chart name="yearDetails2006" template="yearDetails">
406       <chart_settings>
407         <title>
408           <text><![CDATA[Revenue for the year 2006]]></text>
409         </title>
410       </chart_settings>
411       <data>
412         <series name="Products">
413           <point name="Jan" y="41628" />
414           <point name="Feb" y="63675" />
415           <point name="Mar" y="59668" />
416           <point name="Apr" y="53487" />
417           <point name="May" y="38761" />
418           <point name="Jun" y="26458" />
419           <point name="Jul" y="32487" />
420           <point name="Aug" y="22291" />
421           <point name="Sep" y="32876" />
422           <point name="Oct" y="54254" />
423           <point name="Nov" y="65178" />
424           <point name="Dec" y="55043" />
425         </series>
426         <series name="Services">
427           <point name="Jan" y="12365" />
428           <point name="Feb" y="10411" />
429           <point name="Mar" y="7480" />
430           <point name="Apr" y="9245" />
431           <point name="May" y="8365" />
432           <point name="Jun" y="2642" />
433           <point name="Jul" y="10276" />
434           <point name="Aug" y="16845" />
435           <point name="Sep" y="14265" />
436           <point name="Oct" y="22876" />
437           <point name="Nov" y="20095" />
438           <point name="Dec" y="16876" />
439         </series>
440       </data>
441     </chart>
442     <chart name="yearDetails2007" template="yearDetails">
443       <chart_settings>
444         <title>
445           <text><![CDATA[Revenue for the year 2007]]></text>
446         </title>
447       </chart_settings>
448       <data>
449         <series name="Products">
450           <point name="Jan" y="48128" />
451           <point name="Feb" y="17975" />
452           <point name="Mar" y="10468" />
453           <point name="Apr" y="10087" />
454           <point name="May" y="17361" />
455           <point name="Jun" y="24758" />
456           <point name="Jul" y="14987" />
457           <point name="Aug" y="16491" />
458           <point name="Sep" y="16176" />
459           <point name="Oct" y="18054" />
460           <point name="Nov" y="14078" />
461           <point name="Dec" y="8843" />
462         </series>
463         <series name="Services">
464           <point name="Jan" y="7165" />
465           <point name="Feb" y="7211" />
466           <point name="Mar" y="6680" />
467           <point name="Apr" y="4445" />
468           <point name="May" y="6065" />
469           <point name="Jun" y="12642" />
470           <point name="Jul" y="12376" />
471           <point name="Aug" y="9445" />
472           <point name="Sep" y="9065" />
473           <point name="Oct" y="10076" />
474           <point name="Nov" y="14995" />
475           <point name="Dec" y="14576" />
476         </series>
477       </data>
478     </chart>
479   </charts>
480 </anychart>