diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-25 14:16:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-25 14:16:54 +0100 |
| commit | c4020a60c8b87c299cb4814fb328a475adf930c9 (patch) | |
| tree | 944df15d3a723909fdd21e28357997a368d52b29 /stats/pwc-summary.json | |
| parent | a4ebb87350032fe2ce3e2c1f7d0d25794fe99aa0 (diff) | |
| download | perlweeklychallenge-club-c4020a60c8b87c299cb4814fb328a475adf930c9.tar.gz perlweeklychallenge-club-c4020a60c8b87c299cb4814fb328a475adf930c9.tar.bz2 perlweeklychallenge-club-c4020a60c8b87c299cb4814fb328a475adf930c9.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 4792e3f903..71b568f0c4 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,27 +1,6 @@ { "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-25 13:07:52 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "text" : "[Champions: 220] Last updated at 2021-04-25 13:16:31 GMT" }, "series" : [ { @@ -46,7 +25,7 @@ 0, 36, 3, - 88, + 89, 0, 9, 1, @@ -250,6 +229,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -271,7 +251,7 @@ 1, 108, 0, - 73, + 74, 0, 1, 0, @@ -471,8 +451,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -700,6 +679,19 @@ ] } ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", @@ -923,5 +915,13 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" } } |
