diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-27 17:17:56 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-27 17:17:56 +0100 |
| commit | 3b9ae8e17f9ba3d1fb2a4f612e0c4e2b271f6304 (patch) | |
| tree | c9456baff6b86e6c14a445011f2055d6f7195172 /stats/pwc-summary.json | |
| parent | 2802427efaecef5b572ed70f43900d70502a0c1b (diff) | |
| download | perlweeklychallenge-club-3b9ae8e17f9ba3d1fb2a4f612e0c4e2b271f6304.tar.gz perlweeklychallenge-club-3b9ae8e17f9ba3d1fb2a4f612e0c4e2b271f6304.tar.bz2 perlweeklychallenge-club-3b9ae8e17f9ba3d1fb2a4f612e0c4e2b271f6304.zip | |
- Added solutions by Robbie Hatley.
- Added solutions by Paulo Custodio.
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bc81cf9033..b315ae96a0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,9 @@ { "subtitle" : { - "text" : "[Champions: 317] Last updated at 2024-09-26 19:54:14 GMT" + "text" : "[Champions: 317] Last updated at 2024-09-27 16:17:48 GMT" + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" @@ -145,7 +148,7 @@ 4, 1, 0, - 279, + 280, 4, 1, 13, @@ -319,7 +322,7 @@ 2, 197, 41, - 133, + 134, 1, 3, 3, @@ -651,7 +654,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -789,7 +791,7 @@ 0, 0, 0, - 49, + 50, 0, 0, 1, @@ -970,27 +972,25 @@ 5, 10, 1 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "3ter", |
