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