diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-20 02:41:57 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-20 02:41:57 +0000 |
| commit | 2245b57e34af590c51f6c48817bf3bf5f48423fe (patch) | |
| tree | 04f2abba0f2c95c1e2dd8f0f78864d88f90c2e67 /stats/pwc-summary.json | |
| parent | 363ef1d3bead9ce7b656ccc77eace4f7c07cf2be (diff) | |
| download | perlweeklychallenge-club-2245b57e34af590c51f6c48817bf3bf5f48423fe.tar.gz perlweeklychallenge-club-2245b57e34af590c51f6c48817bf3bf5f48423fe.tar.bz2 perlweeklychallenge-club-2245b57e34af590c51f6c48817bf3bf5f48423fe.zip | |
- Added solutions by Arne Sommer.
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 f5962e67e0..78f312600e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,18 +1,11 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, "subtitle" : { - "text" : "[Champions: 141] Last updated at 2020-01-20 02:27:21 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "text" : "[Champions: 141] Last updated at 2020-01-20 02:41:40 GMT" }, "xAxis" : { "categories" : [ @@ -307,7 +300,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -322,7 +314,7 @@ 0, 0, 1, - 42, + 43, 0, 20, 0, @@ -450,10 +442,10 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -468,7 +460,7 @@ 0, 0, 0, - 42, + 43, 0, 3, 0, @@ -596,16 +588,24 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
