diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-07 16:19:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-07 16:19:03 +0100 |
| commit | 991a74df6cf97ef936c8576ee148e92b18615989 (patch) | |
| tree | a95e5bd976efc5c14437f22c83ec87903bf7be9c /stats/pwc-summary.json | |
| parent | 49acad3036ab55f65cc9df79e59ed04abde561b5 (diff) | |
| download | perlweeklychallenge-club-991a74df6cf97ef936c8576ee148e92b18615989.tar.gz perlweeklychallenge-club-991a74df6cf97ef936c8576ee148e92b18615989.tar.bz2 perlweeklychallenge-club-991a74df6cf97ef936c8576ee148e92b18615989.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 052a2a6e9c..ab9ac5a2b4 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -233,33 +233,8 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 230] Last updated at 2021-07-07 14:58:45 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -483,7 +458,7 @@ 12, 0, 2, - 29, + 30, 33, 77, 1, @@ -491,7 +466,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -729,6 +705,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -952,7 +929,7 @@ 0, 0, 0, - 29, + 30, 16, 0, 0, @@ -960,8 +937,31 @@ 1, 5, 10 - ], - "name" : "Blog" + ] + } + ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "subtitle" : { + "text" : "[Champions: 230] Last updated at 2021-07-07 15:17:35 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } |
