aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:13:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:13:42 +0100
commit0a3a46d3740c40406de84ea15a678a387a3cedb7 (patch)
tree78b2443246d9926995664dac7b67164ff6c3bc03 /stats/pwc-summary.json
parent32c6a2ebdcd0d9c968ff697786383e397941b7b2 (diff)
downloadperlweeklychallenge-club-0a3a46d3740c40406de84ea15a678a387a3cedb7.tar.gz
perlweeklychallenge-club-0a3a46d3740c40406de84ea15a678a387a3cedb7.tar.bz2
perlweeklychallenge-club-0a3a46d3740c40406de84ea15a678a387a3cedb7.zip
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index dd1c372283..f1786547fb 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,4 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 105] Last updated at 2019-07-30 18:06:10 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge - 2019"
},
@@ -16,7 +7,6 @@
},
"series" : [
{
- "name" : "Perl 5",
"data" : [
0,
2,
@@ -123,7 +113,8 @@
1,
1,
21
- ]
+ ],
+ "name" : "Perl 5"
},
{
"name" : "Perl 6",
@@ -138,7 +129,7 @@
0,
0,
2,
- 33,
+ 35,
0,
15,
0,
@@ -248,7 +239,7 @@
0,
0,
0,
- 17,
+ 18,
0,
3,
0,
@@ -346,15 +337,6 @@
]
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -463,5 +445,23 @@
"Yary H",
"Yozen Hernandez"
]
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 105] Last updated at 2019-07-30 18:13:29 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}