Skip to content

Commit bc31c3f

Browse files
committed
enlarge demo graphs
1 parent a23f877 commit bc31c3f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

histogram/resources/configs.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ ccm.files[ 'configs.js' ] = {
1111
key: "demo",
1212

1313
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
1818
},
1919

2020
html: {
2121
// size of SVG image
2222
main: {
2323
tag: 'svg',
2424
width:"300",
25-
height:"100",
25+
height:"300",
2626
inner: []
2727
}
2828
},
2929

3030
styles: {
3131
"fill": "coral",
3232
"text": {
33-
"font-size": 8,
33+
"font-size": 16,
3434
"fill": "white"
3535
}
3636
}
@@ -40,16 +40,16 @@ ccm.files[ 'configs.js' ] = {
4040
key: "EU_US_CHN",
4141

4242
data: {
43-
"EU": 30,
44-
"US": 70,
45-
"CHN": 50
43+
"EU": 100,
44+
"US": 290,
45+
"CHN": 230
4646
},
4747
html: {
4848
// size of SVG image
4949
main: {
5050
tag: 'svg',
5151
width:"300",
52-
height:"100",
52+
height:"300",
5353
inner: []
5454
}
5555
},
@@ -74,7 +74,7 @@ ccm.files[ 'configs.js' ] = {
7474
},
7575
"text": {
7676
"font-family": "Verdana",
77-
"font-size": 8
77+
"font-size": 18
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)