diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-30 06:55:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-30 06:55:54 +0100 |
| commit | cd2d851909ee80f7b32411de39b81b22e10cc07a (patch) | |
| tree | 8c75cf2c32bb5156721f7da3f4f3ce3c5fcbf95b /stats/pwc-summary.json | |
| parent | c70b24cc54f3f4faedbbb7105b7844f8cc3294cc (diff) | |
| download | perlweeklychallenge-club-cd2d851909ee80f7b32411de39b81b22e10cc07a.tar.gz perlweeklychallenge-club-cd2d851909ee80f7b32411de39b81b22e10cc07a.tar.bz2 perlweeklychallenge-club-cd2d851909ee80f7b32411de39b81b22e10cc07a.zip | |
- Added Raku solutions to Challenge 046.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 67e54b2fe7..e64581ef56 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -163,20 +163,15 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 160] Last updated at 2020-04-30 05:55:47 GMT" + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 160] Last updated at 2020-04-30 04:25:54 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, @@ -454,7 +449,7 @@ 0, 0, 0, - 10, + 11, 0, 0, 4, @@ -681,7 +676,12 @@ ] } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
