aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-09 11:07:50 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-09 11:07:50 +0100
commitb581120077cdaeafad72cebe2f41d98c42199584 (patch)
treef65513c26db0b2c36b87f1d086d0edeff4ed33a2 /stats/pwc-summary.json
parent24d2d9461d93b83d83f4114acfa4b2f357c7d76e (diff)
downloadperlweeklychallenge-club-b581120077cdaeafad72cebe2f41d98c42199584.tar.gz
perlweeklychallenge-club-b581120077cdaeafad72cebe2f41d98c42199584.tar.bz2
perlweeklychallenge-club-b581120077cdaeafad72cebe2f41d98c42199584.zip
- Added solutions by Joelle Maslak and Gustavo Chaves.
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 2e66fe22d9..c0dba2e28f 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,19 +1,19 @@
{
- "subtitle" : {
- "text" : "[Champions: 79] Last updated at 2019-05-07 14:23:53 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
},
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"xAxis" : {
"categories" : [
"Abigail",
@@ -97,13 +97,9 @@
"Yary H"
]
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
2,
12,
@@ -135,7 +131,7 @@
2,
3,
2,
- 9,
+ 11,
0,
4,
12,
@@ -145,7 +141,7 @@
1,
0,
6,
- 12,
+ 13,
7,
2,
4,
@@ -184,8 +180,7 @@
5,
1,
1
- ],
- "name" : "Perl 5"
+ ]
},
{
"data" : [
@@ -229,7 +224,7 @@
0,
1,
8,
- 12,
+ 13,
0,
0,
0,
@@ -272,8 +267,13 @@
"name" : "Perl 6"
}
],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "subtitle" : {
+ "text" : "[Champions: 79] Last updated at 2019-05-09 10:07:03 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
}
}