diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:59:17 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:59:17 +0000 |
| commit | 6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16 (patch) | |
| tree | 79ced06c55dde387e67372163801044bf29ab009 /stats/pwc-summary.json | |
| parent | 681bb63998c1e90ac5003e4e40cff1e7a483c09d (diff) | |
| download | perlweeklychallenge-club-6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16.tar.gz perlweeklychallenge-club-6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16.tar.bz2 perlweeklychallenge-club-6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16.zip | |
- Added solutions to week 27 by Paulo Custodio.
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 2e1ceefc08..ec20ff03e1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-14 13:33:17 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "3ter", @@ -434,7 +419,7 @@ 0, 5, 7, - 94, + 95, 2, 4, 0, @@ -765,6 +750,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1011,17 +997,31 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-14 13:58:00 GMT" + }, + "chart" : { + "type" : "column" } } |
