Skip to content

Commit 3c2e164

Browse files
committed
- Added solutions by Daniel Mantovani.
1 parent 7a2d2b6 commit 3c2e164

9 files changed

+663
-648
lines changed

stats/pwc-current.json

Lines changed: 187 additions & 172 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,23 @@
11
{
2-
"xAxis" : {
3-
"type" : "category",
4-
"labels" : {
5-
"style" : {
6-
"fontFamily" : "Verdana, sans-serif",
7-
"fontSize" : "13px"
8-
}
9-
}
10-
},
112
"yAxis" : {
12-
"min" : 0,
133
"title" : {
144
"text" : null
15-
}
16-
},
17-
"chart" : {
18-
"type" : "column"
19-
},
20-
"legend" : {
21-
"enabled" : "false"
5+
},
6+
"min" : 0
227
},
238
"series" : [
249
{
2510
"dataLabels" : {
11+
"y" : 10,
12+
"enabled" : "true",
13+
"format" : "{point.y:.0f}",
14+
"align" : "right",
15+
"color" : "#FFFFFF",
2616
"style" : {
2717
"fontSize" : "13px",
2818
"fontFamily" : "Verdana, sans-serif"
2919
},
30-
"color" : "#FFFFFF",
31-
"y" : 10,
32-
"rotation" : -90,
33-
"enabled" : "true",
34-
"format" : "{point.y:.0f}",
35-
"align" : "right"
20+
"rotation" : -90
3621
},
3722
"data" : [
3823
[
@@ -41,7 +26,7 @@
4126
],
4227
[
4328
"Perl 5",
44-
624
29+
626
4530
],
4631
[
4732
"Perl 6",
@@ -51,13 +36,28 @@
5136
"name" : "Contributions"
5237
}
5338
],
39+
"xAxis" : {
40+
"labels" : {
41+
"style" : {
42+
"fontSize" : "13px",
43+
"fontFamily" : "Verdana, sans-serif"
44+
}
45+
},
46+
"type" : "category"
47+
},
48+
"chart" : {
49+
"type" : "column"
50+
},
51+
"subtitle" : {
52+
"text" : "Last updated at 2019-07-07 06:27:12 GMT"
53+
},
5454
"title" : {
5555
"text" : "Perl Weekly Challenge Contributions - 2019"
5656
},
5757
"tooltip" : {
5858
"pointFormat" : "<b>{point.y:.0f}</b>"
5959
},
60-
"subtitle" : {
61-
"text" : "Last updated at 2019-07-07 06:18:51 GMT"
60+
"legend" : {
61+
"enabled" : "false"
6262
}
6363
}

0 commit comments

Comments
 (0)