diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-24 00:08:43 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-24 00:08:43 +0000 |
| commit | edd5cb09dc803132b2a43e9df9c7e80a0358a2a8 (patch) | |
| tree | f8e06ede1f02efbdcb4cafcda48c82a83f51059e /stats/pwc-summary-121-150.json | |
| parent | ff0a20fce25c2ac1601f02ea6ee59641a80b34e8 (diff) | |
| download | perlweeklychallenge-club-edd5cb09dc803132b2a43e9df9c7e80a0358a2a8.tar.gz perlweeklychallenge-club-edd5cb09dc803132b2a43e9df9c7e80a0358a2a8.tar.bz2 perlweeklychallenge-club-edd5cb09dc803132b2a43e9df9c7e80a0358a2a8.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 0ac20b4562..95cf31fff0 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -2,15 +2,14 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-23 22:51:35 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -46,16 +45,8 @@ "Michael Schaap" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-24 00:05:59 GMT" }, "series" : [ { @@ -94,6 +85,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -125,8 +117,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -163,5 +154,14 @@ ], "name" : "Blog" } - ] + ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + } } |
