diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 03:07:27 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 03:07:27 +0000 |
| commit | f2bcb321d4861df329d3f1e9ac0df888eacd98c6 (patch) | |
| tree | 59e12ec6740bc43571df1f7b4ae7fcecd6fc4e4f /stats/pwc-summary.json | |
| parent | 29077ace92ae40aee233448d092c39889062f569 (diff) | |
| download | perlweeklychallenge-club-f2bcb321d4861df329d3f1e9ac0df888eacd98c6.tar.gz perlweeklychallenge-club-f2bcb321d4861df329d3f1e9ac0df888eacd98c6.tar.bz2 perlweeklychallenge-club-f2bcb321d4861df329d3f1e9ac0df888eacd98c6.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d77a7b9726..2367ea98ae 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-05 23:46:28 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "series" : [ { "name" : "Perl", @@ -95,7 +86,7 @@ 0, 6, 3, - 121, + 122, 0, 71, 1, @@ -260,7 +251,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -345,7 +335,7 @@ 0, 0, 0, - 121, + 122, 2, 5, 0, @@ -507,10 +497,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -595,7 +585,7 @@ 0, 0, 0, - 108, + 109, 0, 46, 0, @@ -757,9 +747,31 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-06 03:05:43 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -1009,19 +1021,7 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
