diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-03 01:23:39 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-03 01:23:39 +0000 |
| commit | f730f0dcb4f17c679952e5d93c0f1b03f250c32e (patch) | |
| tree | 6eeb40d6c0cf0ba2f7a7bd89647615c7e32e74ce /stats/pwc-summary.json | |
| parent | 69039fb81e019445c5827740068ae69359e3102c (diff) | |
| download | perlweeklychallenge-club-f730f0dcb4f17c679952e5d93c0f1b03f250c32e.tar.gz perlweeklychallenge-club-f730f0dcb4f17c679952e5d93c0f1b03f250c32e.tar.bz2 perlweeklychallenge-club-f730f0dcb4f17c679952e5d93c0f1b03f250c32e.zip | |
- Added solutions by Abigail.
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 43d9293af7..a60e7848f4 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 207] Last updated at 2020-12-02 22:34:53 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -218,18 +210,21 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 207] Last updated at 2020-12-03 01:23:27 GMT" + }, + "chart" : { + "type" : "column" + }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + } }, "series" : [ { @@ -239,7 +234,7 @@ 0, 0, 0, - 13, + 14, 65, 2, 0, @@ -657,6 +652,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -865,10 +861,14 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" } |
