diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-16 13:03:46 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-16 13:03:46 +0100 |
| commit | 53202dee121a79b59f76cc7eb434672d543146a8 (patch) | |
| tree | a903f3ebf60a4a18db625323c132911b866f0a79 /stats/pwc-summary.json | |
| parent | 6efb25dc769e9d974cc90950bb7b75213dab3124 (diff) | |
| download | perlweeklychallenge-club-53202dee121a79b59f76cc7eb434672d543146a8.tar.gz perlweeklychallenge-club-53202dee121a79b59f76cc7eb434672d543146a8.tar.bz2 perlweeklychallenge-club-53202dee121a79b59f76cc7eb434672d543146a8.zip | |
- Added solution by Peter Campbell Smith.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ee688def2e..3515c7071e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,8 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { "min" : 0, @@ -9,8 +10,22 @@ "text" : "" } }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 235] Last updated at 2021-08-16 12:03:03 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -178,7 +193,7 @@ 0, 67, 0, - 2, + 3, 1, 1, 10, @@ -247,8 +262,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -491,6 +505,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -727,8 +742,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -969,19 +983,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 235] Last updated at 2021-08-16 02:18:41 GMT" } } |
