-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsampleData.xml
487 lines (297 loc) · 22.4 KB
/
sampleData.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<!--
`app` is the root node.
Configuration attributes are:
outputType - Extension of the output format. Values can be `jpg`, `png`. Default is 'jpg' if nothing is specified.
outputFolder - Path relative to PhantomJS where captured images will be stored.
Make sure to use folder separator (\ or /) along with the path.
captureDelayMs - Capture delay in milliseconds (The default is 200 id nothing is specified)
zoom - Zoom factor (1 denotes 100%)
Note: Attributes are case-sensitive
-->
<app outputFolder='chartImages/' captureDelayMs='300' outputType='png'>
<!--
`visualization` node defines each chart's configuring attributes.
Chart configuring attributes are:
type - chart alias (e.g., bar2d)
width - path relative to phantomjs application where captured images will be stored
height - Capture delay in milliseconds
outputFilename - name of the file where the captured image will be stored (without extension)
Note: Attributes are case-sensitive
-->
<visualization type='sparkline' width='300' height='25' outputFilename='cisco-stock'>
<!--
`chart` node defines cosmetic and functional configurations and data chart.
The `chart` node must contain XML in FusionCharts XML format.
-->
<chart caption='Cisco' palette='1' canvasLeftMargin='110'>
<dataset>
<set value='38.42' />
<set value='41.43' />
<set value='34.78' />
<set value='40.67' />
<set value='44.12' />
<set value='38.45' />
<set value='40.71' />
<set value='49.90' />
<set value='40.12' />
<set value='34.91' />
<set value='42.02' />
<set value='35.21' />
<set value='43.31' />
<set value='40.21' />
<set value='40.54' />
<set value='40.90' />
<set value='54.21' />
<set value='41.90' />
<set value='33.43' />
<set value='46.73' />
<set value='50.42' />
<set value='40.74' />
<set value='42.31' />
<set value='50.39' />
<set value='51.10' />
<set value='44.84' />
<set value='51.64' />
<set value='47.62' />
<set value='39.61' />
<set value='35.13' />
</dataset>
</chart>
</visualization>
<visualization type='world' width='650' height='400' outputFilename='office-locations'>
<!--
`chart` node defines cosmetic and functional configurations and data chart.
The `chart` node must contain XML in FusionCharts XML format.
-->
<map animation='0' showShadow='0' showBevel='0' showLabels='0' showMarkerLabels='1' fillColor='F1f1f1' borderColor='CCCCCC' baseFont='Verdana' baseFontSize='10' markerBorderColor='000000' markerBgColor='FF5904' markerRadius='6' legendPosition='bottom' useHoverColor='0' showToolTip='0' showMarkerToolTip='1' >
<data>
<entity id='NA' />
<entity id='SA' />
<entity id='EU' />
<entity id='AS' />
<entity id='AF' />
<entity id='AU' />
</data>
<markers>
<definition>
<marker id='CA' x='116.65' y='94.85' label='Sales Office' labelPos='top'/>
<marker id='US' x='131.57' y='133.22' label='Headquarters' labelPos='bottom'/>
<marker id='CN' x='532.3' y='150.68' label='Call Center' labelPos='bottom'/>
<marker id='BR' x='228.55' y='276.03' label='Production Center' labelPos='bottom'/>
<marker id='AU' x='621.83' y='311.21' label='Q & A' labelPos='bottom'/>
<marker id='RU' x='532.3' y='76.73' label='Back Office' labelPos='bottom'/>
<marker id='IN' x='499.26' y='202.5' label='Accounts' labelPos='bottom'/>
</definition>
<shapes>
<shape id='USMap' type='image' url='Resources/us_flag.jpg' labelPadding='12' />
<shape id='CAMap' type='image' url='Resources/canada_flag.jpg' labelPadding='12' />
<shape id='CNMap' type='image' url='Resources/china_flag.jpg' labelPadding='12' />
<shape id='BRMap' type='image' url='Resources/brazil_flag.jpg' labelPadding='12' />
<shape id='AUMap' type='image' url='Resources/aus_flag.jpg' labelPadding='12' />
<shape id='RUMap' type='image' url='Resources/rus_flag.jpg' labelPadding='12' />
<shape id='INMap' type='image' url='Resources/ind_flag.jpg' labelPadding='12' />
</shapes>
<application>
<marker id='CA' shapeId='CAMap' toolText='Canada{br}2 Managers{br}11 Staff'/>
<marker id='US' shapeId='USMap' toolText='United States{br}CEO, CFO, 3 Managers{br}26 Staff'/>
<marker id='CN' shapeId='CNMap' toolText='China{br}1 Manager{br}7 Support Staff'/>
<marker id='BR' shapeId='BRMap' toolText='Brazil{br}COO, 2 Managers{br}32 Factory Staff'/>
<marker id='AU' shapeId='AUMap' toolText='Australia{br}1 Manager{br}(Outsourced Agency)'/>
<marker id='RU' shapeId='RUMap' toolText='Russia{br}1 Manager{br}6 Staff'/>
<marker id='IN' shapeId='INMap' toolText='India{br}1 Manager{br}5 Accountants'/>
</application>
</markers>
<styles>
<definition>
<style name='TTipFont' type='font' isHTML='1' color='FFFFFF' bgColor='666666' size='11'/>
<style name='HTMLFont' type='font' color='333333' borderColor='CCCCCC' bgColor='FFFFFF'/>
<style name='myShadow' type='Shadow' distance='1'/>
</definition>
<application>
<apply toObject='MARKERS' styles='myShadow' />
<apply toObject='MARKERLABELS' styles='HTMLFont,myShadow' />
<apply toObject='TOOLTIP' styles='TTipFont' />
</application>
</styles>
</map>
</visualization>
<visualization type='pyramid' width='500' height='350' outputFilename='pyramid-yyy-2'>
<chart manageResize="1" origW="500" origH="350" bgColor="FFFFFF" showBorder="0" showValues="0" showLabels="0" isSliced="1" chartLeftMargin="10" chartRightMargin="190" showToolTip="1" annRenderDelay="1.5">
<set value="10" label="" color="AFD8F8" toolText="Stocks(speculative){BR}Options(uncovered){BR}Margin Accounts{BR}Limited Partnerships" />
<set value="16" label="" color="8BBA00" toolText="Corporate Bond Mutual Fund{BR}Stock Market Funds{BR}Blue Cip Stocks{BR}Investment Grade Bonds" />
<set value="18" label="" color="A66EDD" toolText="Money Market, Government and{BR}Municipal Bond Mutual Funds{BR}Government Securities{BR}Unit Investment Trusts" />
<set value="22" label="" color="F984A1" toolText="Certificates of deposits{BR}(CDs) (FDIC insured){BR}Bank Money Market{BR}Money Market Mutual Funds" />
<annotations>
<annotationGroup showBelow="1" constrainedScale="0">
<annotation type="rectangle" x="$chartStartX+2" y="$chartStartY+2" toX="$chartEndX-2" toY="$chartEndY-2" fillAlpha="0" radius="15" showBorder="1" borderThickness="2" color="333333" borderAlpha="100"/>
</annotationGroup>
<annotationGroup showBelow="0" x="$canvasCenterX" constrainedScale="0">
<annotation type="circle" y="50" radius="5" borderThickness="1" color="333333"/>
<annotation type="line" y="50" toX="55" borderThickness="1" color="333333"/>
<annotation type="line" x="55" y="25" toY="75" color="333333" borderThickness="1"/>
<annotation type="circle" y="110" radius="5" color="333333" borderThickness="1"/>
<annotation type="line" y="110" toX="85" color="333333" borderThickness="1"/>
<annotation type="line" x="85" y="85" toY="135" color="333333" borderThickness="1"/>
<annotation type="circle" y="180" radius="5" color="333333" borderThickness="1"/>
<annotation type="line" y="180" toX="105" color="333333" borderThickness="1"/>
<annotation type="line" x="105" y="155" toY="205" color="333333" borderThickness="1"/>
<annotation type="circle" y="280" radius="5" color="333333" borderThickness="1"/>
<annotation type="line" y="280" toX="155" color="333333" borderThickness="1"/>
<annotation type="line" x="155" y="255" toY="305" color="333333" borderThickness="1"/>
<annotation type="text" x="60" y="50" bold="1" isHTML="1" label="Stocks(speculative){BR}Options(uncovered){BR}Margin Accounts{BR}Limited Partnerships" align="left" color="333333" />
<annotation type="text" x="90" y="110" bold="1" label="Corporate Bond Mutual Fund{BR}Stock Market Funds{BR}Blue Cip Stocks{BR}Investment Grade Bonds" align="left" color="333333" />
<annotation type="text" x="110" y="180" bold="1" label="Money Market, Government and{BR}Municipal Bond Mutual Funds{BR}Government Securities{BR}Unit Investment Trusts" align="left" color="333333" />
<annotation type="text" x="160" y="280" bold="1" label="Certificates of deposits{BR}(CDs) (FDIC insured){BR}Bank Money Market{BR}Money Market Mutual Funds" align="left" color="333333" />
</annotationGroup>
</annotations>
<styles>
<definition>
<style name="TTipFont" type="font" isHTML="1" />
</definition>
<application>
<apply toObject="TOOLTIP" styles="TTipFont" />
</application>
</styles>
</chart>
</visualization>
<visualization type='scatter' width='600' height='500' outputFilename='scatter-yyy-3'>
<chart palette='3' caption='Investment Overview' yAxisName='Returns till date' xAxisName='Age (years)' showLegend='1' showLabels='1' xAxisMaxValue='10' xAxisMinValue='0' >
<categories verticalLineThickness='1'>
<category label='1' x='1' showVerticalLine='1'/>
<category label='2' x='2' showVerticalLine='1'/>
<category label='3' x='3' showVerticalLine='1'/>
<category label='4' x='4' showVerticalLine='1'/>
<category label='5' x='5' showVerticalLine='1'/>
<category label='6' x='6' showVerticalLine='1'/>
<category label='7' x='7' showVerticalLine='1'/>
<category label='8' x='8' showVerticalLine='1'/>
<category label='9' x='9' showVerticalLine='1'/>
<category label='10' x='10' showVerticalLine='0'/>
</categories>
<dataSet seriesName='Equities' color='0372AB' plotBorderThickness='0' showPlotBorder='1' anchorSides='3'>
<set id='INVEQ324_1' x='4.2' y='193.2' tooltext='Script B1: 4.2 yrs., 193.2%'/>
<set id='INVEQ324_2' x='2.8' y='33.6' tooltext='Script C2: 2.8 yrs., 33.6%'/>
<set id='INVEQ324_3' x='6.2' y='24.8' tooltext='Script D3: 6.2 yrs., 24.8%'/>
<set id='INVEQ324_4' x='1' y='14' tooltext='Script E4: 1 yrs., 14%'/>
<set id='INVEQ324_5' x='1.2' y='26.4' tooltext='Script F5: 1.2 yrs., 26.4%'/>
<set id='INVEQ324_6' x='4.4' y='114.4' tooltext='Script G6: 4.4 yrs., 114.4%'/>
<set id='INVEQ324_7' x='8.5' y='323' tooltext='Script H7: 8.5 yrs., 323%'/>
<set id='INVEQ324_8' x='6.9' y='289.8' tooltext='Script I8: 6.9 yrs., 289.8%'/>
<set id='INVEQ324_9' x='9.9' y='287.1' tooltext='Script J9: 9.9 yrs., 287.1%'/>
<set id='INVEQ324_10' x='0.9' y='9' tooltext='Script K10: 0.9 yrs., 9%'/>
<set id='INVEQ324_11' x='8.8' y='140.8' tooltext='Script L11: 8.8 yrs., 140.8%'/>
<set id='INVEQ324_12' x='3.2' y='150.4' tooltext='Script M12: 3.2 yrs., 150.4%'/>
<set id='INVEQ324_13' x='1.1' y='39.6' tooltext='Script N13: 1.1 yrs., 39.6%'/>
<set id='INVEQ324_14' x='4.8' y='172.8' tooltext='Script O14: 4.8 yrs., 172.8%'/>
<set id='INVEQ324_15' x='5.8' y='278.4' tooltext='Script P15: 5.8 yrs., 278.4%'/>
<set id='INVEQ324_16' x='3.5' y='52.5' tooltext='Script Q16: 3.5 yrs., 52.5%'/>
<set id='INVEQ324_17' x='2.9' y='84.1' tooltext='Script R17: 2.9 yrs., 84.1%'/>
<set id='INVEQ324_18' x='0.8' y='18.4' tooltext='Script S18: 0.8 yrs., 18.4%'/>
<set id='INVEQ324_19' x='8.9' y='26.7' tooltext='Script T19: 8.9 yrs., 26.7%'/>
<set id='INVEQ324_20' x='0.9' y='27' tooltext='Script U20: 0.9 yrs., 27%'/>
<set id='INVEQ324_21' x='5.3' y='148.4' tooltext='Script V21: 5.3 yrs., 148.4%'/>
<set id='INVEQ324_22' x='1.4' y='22.4' tooltext='Script W22: 1.4 yrs., 22.4%'/>
<set id='INVEQ324_23' x='8.1' y='137.7' tooltext='Script X23: 8.1 yrs., 137.7%'/>
<set id='INVEQ324_24' x='9.8' y='401.8' tooltext='Script Y24: 9.8 yrs., 401.8%'/>
<set id='INVEQ324_25' x='8.8' y='114.4' tooltext='Script Z25: 8.8 yrs., 114.4%'/>
<set id='INVEQ324_26' x='3.5' y='28' tooltext='Script A26: 3.5 yrs., 28%'/>
<set id='INVEQ324_27' x='4.9' y='117.6' tooltext='Script B27: 4.9 yrs., 117.6%'/>
<set id='INVEQ324_28' x='6.5' y='195' tooltext='Script C28: 6.5 yrs., 195%'/>
<set id='INVEQ324_29' x='4.8' y='76.8' tooltext='Script D29: 4.8 yrs., 76.8%'/>
<set id='INVEQ324_30' x='3' y='48' tooltext='Script E30: 3 yrs., 48%'/>
<set id='INVEQ324_31' x='6.2' y='192.2' tooltext='Script F31: 6.2 yrs., 192.2%'/>
<set id='INVEQ324_32' x='1.8' y='12.6' tooltext='Script G32: 1.8 yrs., 12.6%'/>
<set id='INVEQ324_33' x='5.8' y='168.2' tooltext='Script H33: 5.8 yrs., 168.2%'/>
<set id='INVEQ324_34' x='6.9' y='179.4' tooltext='Script I34: 6.9 yrs., 179.4%'/>
<set id='INVEQ324_35' x='3.2' y='60.8' tooltext='Script J35: 3.2 yrs., 60.8%'/>
<set id='INVEQ324_36' x='9' y='18' tooltext='Script K36: 9 yrs., 18%'/>
<set id='INVEQ324_37' x='8.4' y='336' tooltext='Script L37: 8.4 yrs., 336%'/>
<set id='INVEQ324_38' x='1.9' y='39.9' tooltext='Script M38: 1.9 yrs., 39.9%'/>
<set id='INVEQ324_39' x='0.6' y='20.4' tooltext='Script N39: 0.6 yrs., 20.4%'/>
<set id='INVEQ324_40' x='8.2' y='65.6' tooltext='Script O40: 8.2 yrs., 65.6%'/>
<set id='INVEQ324_41' x='3.8' y='102.6' tooltext='Script P41: 3.8 yrs., 102.6%'/>
<set id='INVEQ324_42' x='8' y='40' tooltext='Script Q42: 8 yrs., 40%'/>
<set id='INVEQ324_43' x='2.7' y='64.8' tooltext='Script R43: 2.7 yrs., 64.8%'/>
<set id='INVEQ324_44' x='1.8' y='61.2' tooltext='Script S44: 1.8 yrs., 61.2%'/>
<set id='INVEQ324_45' x='8.9' y='62.3' tooltext='Script T45: 8.9 yrs., 62.3%'/>
<set id='INVEQ324_46' x='1.6' y='3.2' tooltext='Script U46: 1.6 yrs., 3.2%'/>
<set id='INVEQ324_47' x='0.8' y='31.2' tooltext='Script V47: 0.8 yrs., 31.2%'/>
<set id='INVEQ324_48' x='5.3' y='58.3' tooltext='Script W48: 5.3 yrs., 58.3%'/>
<set id='INVEQ324_49' x='3' y='54' tooltext='Script X49: 3 yrs., 54%'/>
<set id='INVEQ324_50' x='3.4' y='44.2' tooltext='Script Y50: 3.4 yrs., 44.2%'/>
<set id='INVEQ324_51' x='7.2' y='129.6' tooltext='Script Z51: 7.2 yrs., 129.6%'/>
<set id='INVEQ324_52' x='1.6' y='46.4' tooltext='Script A52: 1.6 yrs., 46.4%'/>
<set id='INVEQ324_53' x='8.7' y='400.2' tooltext='Script B53: 8.7 yrs., 400.2%'/>
<set id='INVEQ324_54' x='5.3' y='185.5' tooltext='Script C54: 5.3 yrs., 185.5%'/>
<set id='INVEQ324_55' x='3.3' y='125.4' tooltext='Script D55: 3.3 yrs., 125.4%'/>
<set id='INVEQ324_56' x='0.7' y='25.2' tooltext='Script E56: 0.7 yrs., 25.2%'/>
<set id='INVEQ324_57' x='9.2' y='101.2' tooltext='Script F57: 9.2 yrs., 101.2%'/>
<set id='INVEQ324_58' x='1.7' y='11.9' tooltext='Script G58: 1.7 yrs., 11.9%'/>
<set id='INVEQ324_59' x='1.8' y='14.4' tooltext='Script H59: 1.8 yrs., 14.4%'/>
<set id='INVEQ324_60' x='2' y='16' tooltext='Script I60: 2 yrs., 16%'/>
<set id='INVEQ324_61' x='7.4' y='118.4' tooltext='Script J61: 7.4 yrs., 118.4%'/>
<set id='INVEQ324_62' x='8.8' y='343.2' tooltext='Script K62: 8.8 yrs., 343.2%'/>
<set id='INVEQ324_63' x='5.2' y='130' tooltext='Script L63: 5.2 yrs., 130%'/>
<set id='INVEQ324_64' x='9.8' y='196' tooltext='Script M64: 9.8 yrs., 196%'/>
<set id='INVEQ324_65' x='2.5' y='112.5' tooltext='Script N65: 2.5 yrs., 112.5%'/>
<set id='INVEQ324_66' x='1.3' y='52' tooltext='Script O66: 1.3 yrs., 52%'/>
<set id='INVEQ324_67' x='6.4' y='179.2' tooltext='Script P67: 6.4 yrs., 179.2%'/>
<set id='INVEQ324_68' x='8.8' y='114.4' tooltext='Script Q68: 8.8 yrs., 114.4%'/>
<set id='INVEQ324_69' x='1.9' y='70.3' tooltext='Script R69: 1.9 yrs., 70.3%'/>
<set id='INVEQ324_70' x='6.9' y='6.9' tooltext='Script S70: 6.9 yrs., 6.9%'/>
<set id='INVEQ324_71' x='4.9' y='205.8' tooltext='Script T71: 4.9 yrs., 205.8%'/>
<set id='INVEQ324_72' x='9.4' y='413.6' tooltext='Script U72: 9.4 yrs., 413.6%'/>
<set id='INVEQ324_73' x='1.8' y='14.4' tooltext='Script V73: 1.8 yrs., 14.4%'/>
<set id='INVEQ324_74' x='0.4' y='2.4' tooltext='Script W74: 0.4 yrs., 2.4%'/>
<set id='INVEQ324_75' x='3.2' y='121.6' tooltext='Script X75: 3.2 yrs., 121.6%'/>
</dataSet>
<dataSet id='DS2' seriesName='Mutual Funds' color='FF9900' showPlotBorder='1' anchorRadius='4'>
<set id='INVMF324_1' x='1.4' y='32.2' tooltext='Fund A: 1.4 yrs., 32.2%'/>
<set id='INVMF324_2' x='1.6' y='27' tooltext='Fund B: 0.6 yrs., 27%'/>
<set id='INVMF324_3' x='4.7' y='230.3' tooltext='Fund C: 4.7 yrs., 230.3%'/>
<set id='INVMF324_4' x='8.9' y='160.2' tooltext='Fund D: 8.9 yrs., 160.2%'/>
<set id='INVMF324_5' x='3' y='24' tooltext='Fund E: 3 yrs., 24%'/>
<set id='INVMF324_6' x='2' y='94' tooltext='Fund F: 2 yrs., 94%'/>
<set id='INVMF324_7' x='8.5' y='399.5' tooltext='Fund G: 8.5 yrs., 399.5%'/>
<set id='INVMF324_8' x='6.9' y='289.8' tooltext='Fund H: 6.9 yrs., 289.8%'/>
<set id='INVMF324_9' x='1.3' y='15.6' tooltext='Fund I: 1.3 yrs., 15.6%'/>
<set id='INVMF324_10' x='7.1' y='333.7' tooltext='Fund J: 7.1 yrs., 333.7%'/>
<set id='INVMF324_11' x='4.3' y='98.9' tooltext='Fund K: 4.3 yrs., 98.9%'/>
<set id='INVMF324_12' x='1.4' y='4.8' tooltext='Fund L: 0.4 yrs., 4.8%'/>
<set id='INVMF324_13' x='5' y='230' tooltext='Fund M: 5 yrs., 230%'/>
<set id='INVMF324_14' x='9.9' y='445.5' tooltext='Fund N: 9.9 yrs., 445.5%'/>
<set id='INVMF324_15' x='3.9' y='70.2' tooltext='Fund O: 3.9 yrs., 70.2%'/>
<set id='INVMF324_16' x='1.3' y='5.4' tooltext='Fund P: 0.3 yrs., 5.4%'/>
<set id='INVMF324_17' x='5.9' y='271.4' tooltext='Fund Q: 5.9 yrs., 271.4%'/>
<set id='INVMF324_18' x='5.9' y='177' tooltext='Fund R: 5.9 yrs., 177%'/>
<set id='INVMF324_19' x='0.7' y='15.4' tooltext='Fund S: 0.7 yrs., 15.4%'/>
<set id='INVMF324_20' x='4' y='24' tooltext='Fund T: 4 yrs., 24%'/>
<set id='INVMF324_21' x='9.8' y='431.2' tooltext='Fund U: 9.8 yrs., 431.2%'/>
<set id='INVMF324_22' x='8.3' y='132.8' tooltext='Fund V: 8.3 yrs., 132.8%'/>
<set id='INVMF324_23' x='4.9' y='161.7' tooltext='Fund W: 4.9 yrs., 161.7%'/>
<set id='INVMF324_24' x='3.9' y='187.2' tooltext='Fund X: 3.9 yrs., 187.2%'/>
<set id='INVMF324_25' x='1.7' y='42.5' tooltext='Fund Y: 1.7 yrs., 42.5%'/>
<set id='INVMF324_26' x='6.3' y='233.1' tooltext='Fund Z: 6.3 yrs., 233.1%'/>
<set id='INVMF324_27' x='4.7' y='159.8' tooltext='Fund A1: 4.7 yrs., 159.8%'/>
<set id='INVMF324_28' x='1.3' y='16.9' tooltext='Fund A2: 1.3 yrs., 16.9%'/>
<set id='INVMF324_29' x='7.6' y='235.6' tooltext='Fund A3: 7.6 yrs., 235.6%'/>
<set id='INVMF324_30' x='4.4' y='202.4' tooltext='Fund A4: 4.4 yrs., 202.4%'/>
<set id='INVMF324_31' x='5.3' y='169.6' tooltext='Fund A5: 5.3 yrs., 169.6%'/>
<set id='INVMF324_32' x='8' y='144' tooltext='Fund A6: 8 yrs., 144%'/>
</dataSet>
<vTrendLines>
<line startValue='0' endValue='3' displayValue='Short Term' isTrendZone='1' color='FF0000' alpha='5'/>
<line startValue='3' endValue='6' displayValue='Mid Term' isTrendZone='1' color='5B5B00' alpha='5'/>
<line startValue='6' endValue='10' displayValue='Long Term' isTrendZone='1' color='009900' alpha='5'/>
</vTrendLines>
<styles>
<definition>
<style name="myCaptionFont" type="font" font="Arial" size="14" bold="1" underline="1" />
</definition>
<application>
<apply toObject="Caption" styles="myCaptionFont" />
</application>
</styles>
</chart>
</visualization>
</app>