diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 16:45:58 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 16:45:58 +0000 |
| commit | 35d8e65a554ae986f5fc2167970309c635d9e050 (patch) | |
| tree | 517f1377ff3ceece0d1658cb0bbff24f4ad48cf4 /stats/pwc-summary.json | |
| parent | 964afa9fc12ef748438fd354e3904aa41ab9b316 (diff) | |
| download | perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.tar.gz perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.tar.bz2 perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f90f2119c2..90cadd489e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,16 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-21 16:42:45 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -251,11 +257,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -502,7 +506,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -705,7 +710,7 @@ 0, 0, 0, - 123, + 124, 0, 18, 1, @@ -755,23 +760,6 @@ ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-21 16:35:17 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -1021,7 +1009,19 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
