diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-15 16:15:12 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-15 16:15:12 +0100 |
| commit | f8b6102ef5eba8236bb3cf7769a8fe046ad4e538 (patch) | |
| tree | 778843833351914d3d7184f6e8adba03deaa133d /stats/pwc-summary.json | |
| parent | 034e1e3f35afd5c26a730a9d6095c749739e258c (diff) | |
| download | perlweeklychallenge-club-f8b6102ef5eba8236bb3cf7769a8fe046ad4e538.tar.gz perlweeklychallenge-club-f8b6102ef5eba8236bb3cf7769a8fe046ad4e538.tar.bz2 perlweeklychallenge-club-f8b6102ef5eba8236bb3cf7769a8fe046ad4e538.zip | |
- Added solutions by Matthew Neleigh.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8f83e6d4b5..53a3e76b56 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,11 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 235] Last updated at 2021-08-15 15:14:46 GMT" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -388,7 +383,7 @@ 0, 0, 2, - 6, + 7, 0, 2, 4, @@ -733,7 +728,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -970,18 +964,24 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 235] Last updated at 2021-08-15 15:05:08 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
