diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-08 11:25:32 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-08 11:25:32 +0100 |
| commit | 5bb9bdb177ed4dc8ff9805e28fccb75d733de496 (patch) | |
| tree | 616d912cc559918243c81ce7cf5b0ca89555aa5b /stats/pwc-summary.json | |
| parent | 188d1a0aa04edd2925d9827dec2c6ce013b09d0c (diff) | |
| download | perlweeklychallenge-club-5bb9bdb177ed4dc8ff9805e28fccb75d733de496.tar.gz perlweeklychallenge-club-5bb9bdb177ed4dc8ff9805e28fccb75d733de496.tar.bz2 perlweeklychallenge-club-5bb9bdb177ed4dc8ff9805e28fccb75d733de496.zip | |
- Added solutions by Andrew Shitov.
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 5f253f3e5b..e38d1b97a1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,15 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 185] Last updated at 2020-09-08 09:52:03 GMT" - }, "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -206,9 +200,12 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -395,10 +392,10 @@ 3, 41, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -585,10 +582,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -775,13 +772,16 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } + }, + "subtitle" : { + "text" : "[Champions: 185] Last updated at 2020-09-08 10:24:52 GMT" } } |
