aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-09 16:54:34 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-09 16:54:34 +0100
commitb6dfe831cbda4c869683fe3c5ca9ae33576c8c6f (patch)
tree587e17a723a25a71d2e320e11b67ca99d0f75954 /stats/pwc-summary.json
parentb581120077cdaeafad72cebe2f41d98c42199584 (diff)
downloadperlweeklychallenge-club-b6dfe831cbda4c869683fe3c5ca9ae33576c8c6f.tar.gz
perlweeklychallenge-club-b6dfe831cbda4c869683fe3c5ca9ae33576c8c6f.tar.bz2
perlweeklychallenge-club-b6dfe831cbda4c869683fe3c5ca9ae33576c8c6f.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index c0dba2e28f..aa8c11c3ad 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,19 +1,7 @@
{
- "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,6 +85,17 @@
"Yary H"
]
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"series" : [
{
"name" : "Perl 5",
@@ -112,7 +111,7 @@
0,
0,
5,
- 12,
+ 14,
0,
0,
4,
@@ -268,12 +267,13 @@
}
],
"subtitle" : {
- "text" : "[Champions: 79] Last updated at 2019-05-09 10:07:03 GMT"
+ "text" : "[Champions: 79] Last updated at 2019-05-09 15:54:18 GMT"
},
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
}
}