diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-02-09 16:58:19 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-02-09 16:58:19 +0000 |
| commit | 837dfd34ed5cbf6db74f6f7d322c12ba39d4f559 (patch) | |
| tree | 8d18d41607bc2cb4e0a07d967c1d8fddfdddf319 /stats/pwc-summary.json | |
| parent | ba7fe952619027872fa48d971a02eef4ad1c47eb (diff) | |
| download | perlweeklychallenge-club-837dfd34ed5cbf6db74f6f7d322c12ba39d4f559.tar.gz perlweeklychallenge-club-837dfd34ed5cbf6db74f6f7d322c12ba39d4f559.tar.bz2 perlweeklychallenge-club-837dfd34ed5cbf6db74f6f7d322c12ba39d4f559.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9b6f33572b..dc42f31e61 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Leoltron", @@ -157,15 +149,23 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, + "subtitle" : { + "text" : "[Champions: 146] Last updated at 2020-02-09 16:57:15 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -313,7 +313,8 @@ 2, 15, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -583,7 +584,7 @@ 0, 0, 0, - 25, + 26, 0, 8, 1, @@ -618,14 +619,13 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 146] Last updated at 2020-02-09 16:41:58 GMT" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
