File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,26 @@ ccm.files[ 'configs.js' ] = {
11
11
key : "demo" ,
12
12
13
13
data : {
14
- anton : 33 ,
15
- berta : 23 ,
16
- caesar : 18 ,
17
- dora : 50
14
+ anton : 30 ,
15
+ berta : 230 ,
16
+ caesar : 100 ,
17
+ dora : 290
18
18
} ,
19
19
20
20
html : {
21
21
// size of SVG image
22
22
main : {
23
23
tag : 'svg' ,
24
24
width :"300" ,
25
- height :"100 " ,
25
+ height :"300 " ,
26
26
inner : [ ]
27
27
}
28
28
} ,
29
29
30
30
styles : {
31
31
"fill" : "coral" ,
32
32
"text" : {
33
- "font-size" : 8 ,
33
+ "font-size" : 16 ,
34
34
"fill" : "white"
35
35
}
36
36
}
@@ -40,16 +40,16 @@ ccm.files[ 'configs.js' ] = {
40
40
key : "EU_US_CHN" ,
41
41
42
42
data : {
43
- "EU" : 30 ,
44
- "US" : 70 ,
45
- "CHN" : 50
43
+ "EU" : 100 ,
44
+ "US" : 290 ,
45
+ "CHN" : 230
46
46
} ,
47
47
html : {
48
48
// size of SVG image
49
49
main : {
50
50
tag : 'svg' ,
51
51
width :"300" ,
52
- height :"100 " ,
52
+ height :"300 " ,
53
53
inner : [ ]
54
54
}
55
55
} ,
@@ -74,7 +74,7 @@ ccm.files[ 'configs.js' ] = {
74
74
} ,
75
75
"text" : {
76
76
"font-family" : "Verdana" ,
77
- "font-size" : 8
77
+ "font-size" : 18
78
78
}
79
79
}
80
80
}
You can’t perform that action at this time.
0 commit comments