diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-07-13 01:51:42 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-07-13 01:51:42 +0100 |
| commit | 1c17a0aa7fdc0936f2f18afca4fbeb62ae37b124 (patch) | |
| tree | ec063fcdd1b8b2af5b15230cd4ef03f1458d9a6d /stats/pwc-summary-61-90.json | |
| parent | b92e51f543de7bfe97d2ae08ef3731c57c0e01c6 (diff) | |
| download | perlweeklychallenge-club-1c17a0aa7fdc0936f2f18afca4fbeb62ae37b124.tar.gz perlweeklychallenge-club-1c17a0aa7fdc0936f2f18afca4fbeb62ae37b124.tar.bz2 perlweeklychallenge-club-1c17a0aa7fdc0936f2f18afca4fbeb62ae37b124.zip | |
- Added solutions by Avery Adams.
- Added solutions by Luca Ferrari.
- Added solutions by Steven Wilson.
- Added solutions by Bob Lied.
- Added solutions by Solathian.
- Added solutions by Joelle Maslak.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index e7df002a03..27c003b1b7 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,16 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-07-12 09:21:21 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Dave Cross", @@ -45,17 +33,8 @@ "Humberto Massa" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-07-13 00:48:15 GMT" }, "series" : [ { @@ -163,5 +142,26 @@ 0 ] } - ] + ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + } } |
