diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 16:21:36 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 16:21:36 +0000 |
| commit | 25a2c304925d4276c91130275dc68d7587590fc5 (patch) | |
| tree | d8bb31a89bc62b918724679059d9821017087262 /stats/pwc-summary.json | |
| parent | 71f15a851e231c803b8b01a529d81bc07e59627e (diff) | |
| download | perlweeklychallenge-club-25a2c304925d4276c91130275dc68d7587590fc5.tar.gz perlweeklychallenge-club-25a2c304925d4276c91130275dc68d7587590fc5.tar.bz2 perlweeklychallenge-club-25a2c304925d4276c91130275dc68d7587590fc5.zip | |
- Added solutions by Javier Luque.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2b4a91ed28..75f9493f22 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,13 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 140] Last updated at 2020-01-06 15:28:32 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]" @@ -157,6 +159,14 @@ "Yozen Hernandez" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 140] Last updated at 2020-01-06 16:21:07 GMT" + }, "series" : [ { "data" : [ @@ -213,7 +223,7 @@ 6, 36, 8, - 11, + 12, 1, 2, 1, @@ -304,6 +314,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -358,7 +369,7 @@ 0, 36, 5, - 11, + 12, 0, 1, 0, @@ -445,11 +456,9 @@ 2, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -504,7 +513,7 @@ 0, 22, 0, - 11, + 12, 0, 0, 0, @@ -591,17 +600,8 @@ 1, 5, 10 - ] - } - ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + ], + "name" : "Blog" } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - } + ] } |
