diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-02 08:55:24 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-02 08:55:24 +0100 |
| commit | 24d00718ffaca48c58ac87d40a8689a3eb3c3589 (patch) | |
| tree | 291482ed3ca5e0bdd50ec2d216068513245c73f7 /stats/pwc-summary.json | |
| parent | bd78075663a70b5c58e4f9505e56f7040bab1da8 (diff) | |
| download | perlweeklychallenge-club-24d00718ffaca48c58ac87d40a8689a3eb3c3589.tar.gz perlweeklychallenge-club-24d00718ffaca48c58ac87d40a8689a3eb3c3589.tar.bz2 perlweeklychallenge-club-24d00718ffaca48c58ac87d40a8689a3eb3c3589.zip | |
- Added solutions to weeks 13, 14 and 15 by Lakpa Tashi Bhutia.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 32dd0d435f..8a6d1416d9 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,18 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -237,15 +223,29 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-05-01 20:25:27 GMT" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-05-02 07:53:19 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -355,7 +355,7 @@ 24, 0, 9, - 12, + 15, 10, 8, 11, @@ -474,6 +474,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -695,10 +696,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -920,8 +921,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ] } |
