diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-06 00:03:48 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-06 00:03:48 +0100 |
| commit | 8e6b9a5d3a247ef650c8eadb7d666dfe23e541d7 (patch) | |
| tree | 59b2acf4197809b3dee4122e0da3f9738ccf3a1b /stats/pwc-summary.json | |
| parent | 056ec3d70f48fc4053ba5afabb5e3e879a35d343 (diff) | |
| download | perlweeklychallenge-club-8e6b9a5d3a247ef650c8eadb7d666dfe23e541d7.tar.gz perlweeklychallenge-club-8e6b9a5d3a247ef650c8eadb7d666dfe23e541d7.tar.bz2 perlweeklychallenge-club-8e6b9a5d3a247ef650c8eadb7d666dfe23e541d7.zip | |
- Added solutions by Steve Bresson.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 29a572ea3e..ffc939e379 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, @@ -225,6 +207,7 @@ 1, 2, 1, + 1, 4, 0, 49, @@ -459,6 +442,7 @@ 0, 0, 0, + 0, 1, 0, 1, @@ -490,6 +474,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -695,6 +680,7 @@ 0, 0, 0, + 0, 4, 0, 0, @@ -720,12 +706,11 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "subtitle" : { - "text" : "[Champions: 229] Last updated at 2021-07-05 22:48:02 GMT" + "text" : "[Champions: 230] Last updated at 2021-07-05 23:03:31 GMT" }, "xAxis" : { "categories" : [ @@ -931,6 +916,7 @@ "Sitaram Chamarty", "Sol DeMuth", "Stephanie Stein", + "Steve Bresson", "Steve Rogerson", "Steven Lembark", "Steven Wilson", @@ -959,5 +945,23 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
