diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-16 17:09:56 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-16 17:09:56 +0100 |
| commit | 1eec60b6cab6562a5eef76a369c0abe704d45f82 (patch) | |
| tree | 5bb05449e8a4bb133fac82f4662947981373805e /stats/pwc-summary-61-90.json | |
| parent | b7c3963f6fe08c5758b0b997f86c074279b53e31 (diff) | |
| download | perlweeklychallenge-club-1eec60b6cab6562a5eef76a369c0abe704d45f82.tar.gz perlweeklychallenge-club-1eec60b6cab6562a5eef76a369c0abe704d45f82.tar.bz2 perlweeklychallenge-club-1eec60b6cab6562a5eef76a369c0abe704d45f82.zip | |
- Added solution by Cristina Heredia.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 10efb28d8b..7ce86385d6 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,10 +1,7 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { + "name" : "Perl", "data" : [ 2, 8, @@ -36,8 +33,7 @@ 7, 2, 1 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -75,7 +71,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -107,21 +102,20 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-16 14:57:41 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-16 16:09:31 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -163,5 +157,11 @@ "Jeremy Carman", "Jim Bacon" ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
