diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-04 22:20:58 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-04 22:20:58 +0100 |
| commit | fe17bbe9eba2cd0ab0542f191e80a2015883c8e1 (patch) | |
| tree | 41e824c5fddc7324dbd95e12228a394a6e021552 /stats/pwc-summary-31-60.json | |
| parent | f129de82fc40b563e19f5528716b12bdb3ada21e (diff) | |
| download | perlweeklychallenge-club-fe17bbe9eba2cd0ab0542f191e80a2015883c8e1.tar.gz perlweeklychallenge-club-fe17bbe9eba2cd0ab0542f191e80a2015883c8e1.tar.bz2 perlweeklychallenge-club-fe17bbe9eba2cd0ab0542f191e80a2015883c8e1.zip | |
- Added solutions by Paulo Custodio.
- Added solutions by Thomas Kohler.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index b179a5a4f2..ff6692f6db 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,4 +1,20 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "Augie De Blieck Jr.", @@ -38,21 +54,8 @@ "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-09-04 11:52:54 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { - "name" : "Perl", "data" : [ 6, 45, @@ -84,9 +87,11 @@ 2, 63, 2 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -118,8 +123,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -157,11 +161,7 @@ "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-09-04 21:20:35 GMT" } } |
