diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-06 23:28:28 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-06 23:28:28 +0100 |
| commit | 1db63a32ae58cef2ef5fc3fb7ae6034f61bd585b (patch) | |
| tree | c049390b23c8c1fa499d2fbf588396b0a671d92a /stats/pwc-summary.json | |
| parent | 33385f6a0cfb3a14e5fc378a95ae136f60af31f8 (diff) | |
| download | perlweeklychallenge-club-1db63a32ae58cef2ef5fc3fb7ae6034f61bd585b.tar.gz perlweeklychallenge-club-1db63a32ae58cef2ef5fc3fb7ae6034f61bd585b.tar.bz2 perlweeklychallenge-club-1db63a32ae58cef2ef5fc3fb7ae6034f61bd585b.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0e3b2909bc..432471ce81 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,9 @@ { + "subtitle" : { + "text" : "[Champions: 223] Last updated at 2021-06-06 22:27:52 GMT" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -58,7 +60,7 @@ 0, 0, 39, - 102, + 103, 111, 1, 4, @@ -226,7 +228,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -685,17 +688,20 @@ "name" : "Blog" } ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-06-06 22:19:30 GMT" - }, "xAxis" : { "categories" : [ "3ter", @@ -923,14 +929,8 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "tooltip" : { "shared" : 1, |
