-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphQuestion.xml
46 lines (46 loc) · 1.01 KB
/
graphQuestion.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Configuration for graphQuestion , default part, same xml file in templates/files/graphQuestion.xml to update. -->
<graph>
<!-- size in pix of graph -->
<size>400</size>
<!-- margin in pix of graph -->
<margin>
<top>10</top>
<right>10</right>
<bottom>15</bottom>
<left>10</left>
</margin>
<!-- border size in pix of graph -->
<border>1</border>
<!-- font size in pix of graph -->
<fontsize>8</fontsize>
<!-- font color and global of graph -->
<color>
<R>40</R>
<G>40</G>
<B>40</B>
</color>
<!-- background color of graph -->
<bgcolor>
<R>255</R>
<G>255</G>
<B>255</B>
</bgcolor>
<!-- palette file used , see vendor/pChart2/palettes-->
<palette></palette>
<!-- near same for header -->
<header>
<size>20</size>
<fontsize>8</fontsize>
<color>
<R>255</R>
<G>255</G>
<B>255</B>
</color>
<bgcolor>
<R>40</R>
<G>40</G>
<B>40</B>
</bgcolor>
</header>
</graph>