aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:20:32 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:20:32 +0100
commit8e524f0d476c07fa2fc984cb10d47c08b609a1bc (patch)
tree91e84e8a33a0d61cfdf96a474445ee19ac63f654 /stats/pwc-summary.json
parent0a3a46d3740c40406de84ea15a678a387a3cedb7 (diff)
downloadperlweeklychallenge-club-8e524f0d476c07fa2fc984cb10d47c08b609a1bc.tar.gz
perlweeklychallenge-club-8e524f0d476c07fa2fc984cb10d47c08b609a1bc.tar.bz2
perlweeklychallenge-club-8e524f0d476c07fa2fc984cb10d47c08b609a1bc.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index f1786547fb..102f618ce7 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,12 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -62,7 +62,7 @@
29,
6,
10,
- 36,
+ 38,
15,
1,
0,
@@ -113,11 +113,9 @@
1,
1,
21
- ],
- "name" : "Perl 5"
+ ]
},
{
- "name" : "Perl 6",
"data" : [
6,
0,
@@ -173,7 +171,7 @@
0,
0,
4,
- 35,
+ 37,
0,
1,
0,
@@ -224,7 +222,8 @@
0,
1,
0
- ]
+ ],
+ "name" : "Perl 6"
},
{
"name" : "Blog",
@@ -283,7 +282,7 @@
11,
0,
0,
- 23,
+ 24,
0,
0,
0,
@@ -337,6 +336,13 @@
]
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -446,22 +452,16 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "subtitle" : {
+ "text" : "[Champions: 105] Last updated at 2019-07-30 18:20:21 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : ""
}
- },
- "subtitle" : {
- "text" : "[Champions: 105] Last updated at 2019-07-30 18:13:29 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}