diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 15:28:52 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 15:28:52 +0000 |
| commit | 71f15a851e231c803b8b01a529d81bc07e59627e (patch) | |
| tree | e2e1850ded130c3c39dfea7061d12b647af5c046 /stats/pwc-summary.json | |
| parent | b2410fca13fcb8bab2632df0dfbd4a801b86dd4c (diff) | |
| download | perlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.tar.gz perlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.tar.bz2 perlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8f40f014be..2b4a91ed28 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,18 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 140] Last updated at 2020-01-06 15:28:32 GMT" + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Leoltron", @@ -155,21 +157,8 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 140] Last updated at 2020-01-06 15:23:53 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -311,7 +300,8 @@ 2, 15, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -433,7 +423,7 @@ 0, 0, 0, - 39, + 40, 0, 1, 0, @@ -459,6 +449,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -600,8 +591,17 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } - ] + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + } } |
