diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-10 16:36:18 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-10 16:36:18 +0000 |
| commit | de0d532a6d4bf6ed70ca353fe991256e51efa53d (patch) | |
| tree | 6ca3ab27af514da395786289614488575cb18247 /stats/pwc-summary.json | |
| parent | 08ec2c4b9d68486aa2d34008d43587a159355ba7 (diff) | |
| download | perlweeklychallenge-club-de0d532a6d4bf6ed70ca353fe991256e51efa53d.tar.gz perlweeklychallenge-club-de0d532a6d4bf6ed70ca353fe991256e51efa53d.tar.bz2 perlweeklychallenge-club-de0d532a6d4bf6ed70ca353fe991256e51efa53d.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5999d80b9f..1e5f87ede1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "xAxis" : { "categories" : [ "Leoltron", @@ -142,15 +145,17 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "subtitle" : { - "text" : "[Champions: 139] Last updated at 2019-12-10 15:15:26 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -552,7 +557,7 @@ 0, 0, 0, - 17, + 18, 0, 0, 0, @@ -592,12 +597,7 @@ }, "min" : 0 }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 139] Last updated at 2019-12-10 16:35:08 GMT" } } |
