diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-20 12:04:46 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-20 12:04:46 +0100 |
| commit | 71ecb0f7220269142d4274fffd04b40b4d8f7052 (patch) | |
| tree | dd64fe4c56957d7becca6243e732e1d7b74279f4 /stats/pwc-summary.json | |
| parent | b7394f415591b78ba0f96c31ce185d7c8663b584 (diff) | |
| download | perlweeklychallenge-club-71ecb0f7220269142d4274fffd04b40b4d8f7052.tar.gz perlweeklychallenge-club-71ecb0f7220269142d4274fffd04b40b4d8f7052.tar.bz2 perlweeklychallenge-club-71ecb0f7220269142d4274fffd04b40b4d8f7052.zip | |
- Added Perl solution to "Four Squares Puzzle" task of week 109.
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 c3d40311ef..edf934c2a8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,7 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -226,11 +223,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -452,7 +447,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -680,6 +676,19 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-04-20 11:04:15 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -904,24 +913,15 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-20 02:30:55 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
