diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-01 00:59:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-01 00:59:23 +0100 |
| commit | cea254273234621192a4e76eb08802f81e8742e5 (patch) | |
| tree | 75710a6efb6a21a7fdeb1459045738dcc8b792f1 /stats/pwc-summary.json | |
| parent | 3f5994c94f9d45b34b45b80ce7e4d7f33de232ca (diff) | |
| download | perlweeklychallenge-club-cea254273234621192a4e76eb08802f81e8742e5.tar.gz perlweeklychallenge-club-cea254273234621192a4e76eb08802f81e8742e5.tar.bz2 perlweeklychallenge-club-cea254273234621192a4e76eb08802f81e8742e5.zip | |
- Added solutions by Bruce Gray.
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 22f95c7e06..8f8458eeb2 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -266,32 +269,27 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-31 23:57:23 GMT" + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-31 23:50:40 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + }, + "min" : 0 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -323,7 +321,7 @@ 0, 2, 28, - 20, + 21, 1, 0, 15, @@ -556,10 +554,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -591,7 +589,7 @@ 0, 0, 0, - 31, + 32, 0, 0, 4, @@ -824,8 +822,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -1095,5 +1092,8 @@ 10 ] } - ] + ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + } } |
