diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-23 12:48:39 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-23 12:48:39 +0100 |
| commit | cab4cd0d351e4ae1101bca7511f6680a7b68a63e (patch) | |
| tree | 6e750cdb1f631d50d7b8cb7401349d8fee79ce11 /stats/pwc-summary.json | |
| parent | e0022c13f2c9687e671fed5071425368fd03d92f (diff) | |
| download | perlweeklychallenge-club-cab4cd0d351e4ae1101bca7511f6680a7b68a63e.tar.gz perlweeklychallenge-club-cab4cd0d351e4ae1101bca7511f6680a7b68a63e.tar.bz2 perlweeklychallenge-club-cab4cd0d351e4ae1101bca7511f6680a7b68a63e.zip | |
- Added solutions by Simon Green.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b82fe655d7..bcc7cec1da 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 181] Last updated at 2020-08-23 11:45:40 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Perl", @@ -167,7 +155,7 @@ 1, 0, 2, - 5, + 6, 5, 3, 2, @@ -199,6 +187,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -381,11 +370,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -539,7 +526,7 @@ 18, 0, 0, - 4, + 5, 0, 10, 0, @@ -568,16 +555,12 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 181] Last updated at 2020-08-23 11:48:19 GMT" }, "xAxis" : { "categories" : [ @@ -764,8 +747,25 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
