-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspace.xml
executable file
·47 lines (43 loc) · 1.47 KB
/
space.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
<?xml version="1.0" encoding="UTF-8"?>
<chart>
<chart_data>
<row>
<null/>
<string>2004</string>
<string>2005</string>
<string>2006</string>
<string>2007</string>
</row>
<row>
<string></string>
<number>15</number>
<number>27</number>
<number>45</number>
<number>60</number>
</row>
</chart_data>
<chart_grid_h thickness='0' />
<chart_pref rotation_x='60' />
<chart_rect x='50' y='50' width='300' height='200' positive_alpha='0' />
<chart_transition type='spin' delay='.5' duration='0.75' order='category' />
<chart_type>3d pie</chart_type>
<chart_value color='000000' alpha='65' font='arial' bold='true' size='10' position='inside' prefix='' suffix='' decimals='0' separator='' as_percentage='true' />
<draw>
<text color='000000' alpha='4' size='40' x='-50' y='260' width='500' height='50' h_align='center' v_align='middle'>56789012345678901234</text>
</draw>
<legend_label layout='horizontal' bullet='circle' font='arial' bold='true' size='12' color='ffffff' alpha='85' />
<legend_rect x='0' y='45' width='50' height='210' margin='10' fill_color='ffffff' fill_alpha='10' line_color='000000' line_alpha='0' line_thickness='0' />
<legend_transition type='dissolve' delay='0' duration='1' />
<series_color>
<color>00ff88</color>
<color>ffaa00</color>
<color>44aaff</color>
<color>aa00ff</color>
</series_color>
<series_explode>
<number>25</number>
<number>75</number>
<number>0</number>
<number>0</number>
</series_explode>
</chart>