diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-20 11:13:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-20 11:13:54 +0100 |
| commit | 4dd91b52dbff8e64423be8ce608d73bab64ad83e (patch) | |
| tree | 54a7f44bf523cdf02c193b598db783e4c0c636b4 /stats/pwc-summary.json | |
| parent | fd00a10caf7788ec7bc40fb0809a66873594995f (diff) | |
| download | perlweeklychallenge-club-4dd91b52dbff8e64423be8ce608d73bab64ad83e.tar.gz perlweeklychallenge-club-4dd91b52dbff8e64423be8ce608d73bab64ad83e.tar.bz2 perlweeklychallenge-club-4dd91b52dbff8e64423be8ce608d73bab64ad83e.zip | |
- Added solutions by Andrew Shitov.
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 059293ce08..4181cdc0fa 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 173] Last updated at 2020-07-20 10:11:52 GMT" }, "xAxis" : { "categories" : [ @@ -188,6 +179,27 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "data" : [ @@ -368,6 +380,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -378,7 +391,7 @@ 2, 0, 7, - 5, + 6, 0, 0, 1, @@ -542,10 +555,10 @@ 2, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -556,7 +569,7 @@ 0, 0, 0, - 4, + 5, 0, 0, 0, @@ -720,20 +733,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } - ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 173] Last updated at 2020-07-20 10:06:30 GMT" - }, - "chart" : { - "type" : "column" - } + ] } |
