diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 17:08:48 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 17:08:48 +0000 |
| commit | 8ffaf11008fb0e05c32c03f76146deaa6a22acec (patch) | |
| tree | 26859f405dd074b6411a9d7655d0ea29ac6cde4c /stats/pwc-summary.json | |
| parent | 815b14e1b3209990c79cfdc1f199d7de4c607642 (diff) | |
| download | perlweeklychallenge-club-8ffaf11008fb0e05c32c03f76146deaa6a22acec.tar.gz perlweeklychallenge-club-8ffaf11008fb0e05c32c03f76146deaa6a22acec.tar.bz2 perlweeklychallenge-club-8ffaf11008fb0e05c32c03f76146deaa6a22acec.zip | |
- Added solutions by Daniel Mita.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d810a45d13..428c190a74 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "name" : "Perl", @@ -154,7 +146,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -182,7 +173,7 @@ 2, 0, 0, - 11, + 12, 0, 0, 1, @@ -296,7 +287,8 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -444,6 +436,20 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 140] Last updated at 2020-01-06 17:08:27 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "Leoltron", @@ -592,16 +598,10 @@ "text" : "Perl Weekly Challenge [2019 - 2020]" }, "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 }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 140] Last updated at 2020-01-06 17:03:55 GMT" + "chart" : { + "type" : "column" } } |
