diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-16 10:14:48 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-16 10:14:48 +0000 |
| commit | b240a2551300d4d59843c03eff12f681cb7dda7a (patch) | |
| tree | b46afe8f67aa43011438c0c5dd1b252d463a6dd0 /stats/pwc-summary.json | |
| parent | 5f0c39d0018c0186ad411873875a289d0886587c (diff) | |
| download | perlweeklychallenge-club-b240a2551300d4d59843c03eff12f681cb7dda7a.tar.gz perlweeklychallenge-club-b240a2551300d4d59843c03eff12f681cb7dda7a.tar.bz2 perlweeklychallenge-club-b240a2551300d4d59843c03eff12f681cb7dda7a.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7d4ca03e50..95171a4236 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,21 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-16 10:12:40 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -255,26 +272,9 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 249] Last updated at 2022-02-16 09:59:06 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { @@ -339,7 +339,7 @@ 0, 43, 137, - 147, + 148, 1, 4, 12, @@ -532,7 +532,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -783,7 +782,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ |
