diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-03 17:32:56 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-03 17:32:56 +0100 |
| commit | 22e2dadf4982b862c3cf0679b40d76d2b8f9daf8 (patch) | |
| tree | eb525e81cb23c729061b8140447790d10bfe151c /stats/pwc-summary.json | |
| parent | 1c3441dc7cd7ab9016667a8bf6d74ac7cc5de2ca (diff) | |
| download | perlweeklychallenge-club-22e2dadf4982b862c3cf0679b40d76d2b8f9daf8.tar.gz perlweeklychallenge-club-22e2dadf4982b862c3cf0679b40d76d2b8f9daf8.tar.bz2 perlweeklychallenge-club-22e2dadf4982b862c3cf0679b40d76d2b8f9daf8.zip | |
- Added blogs by Ryan Thompson.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2fdff9c5d7..fef2801b2e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,10 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -241,11 +229,19 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-05-03 16:28:15 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-05-03 16:32:27 GMT" }, "series" : [ { @@ -877,7 +873,7 @@ 0, 91, 0, - 17, + 18, 1, 4, 0, @@ -923,5 +919,9 @@ 10 ] } - ] + ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + } } |
