diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-01 09:17:22 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-01 09:17:22 +0100 |
| commit | 3a6ff5451bbfc7490cd37ffc65d754de2df92e63 (patch) | |
| tree | 174f1803a448fe2a92fa72bc21b42cc9c95ac9fa /stats/pwc-summary-31-60.json | |
| parent | 2efecf464e73071b1d5b347a67dc972c4ca17075 (diff) | |
| download | perlweeklychallenge-club-3a6ff5451bbfc7490cd37ffc65d754de2df92e63.tar.gz perlweeklychallenge-club-3a6ff5451bbfc7490cd37ffc65d754de2df92e63.tar.bz2 perlweeklychallenge-club-3a6ff5451bbfc7490cd37ffc65d754de2df92e63.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 4250729c3e..c45322b620 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,18 +1,6 @@ { "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-09-30 16:23:07 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "text" : "[Champions: 30] Last updated at 2022-10-01 08:14:57 GMT" }, "series" : [ { @@ -51,7 +39,6 @@ ] }, { - "name" : "Raku", "data" : [ 31, 0, @@ -83,9 +70,11 @@ 0, 7, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -117,19 +106,16 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "Ben Davies", @@ -163,5 +149,19 @@ "David Santiago", "David Schwartz" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
