diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-20 13:25:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-20 13:25:14 +0100 |
| commit | ec3e8336185db01751df72becd91d86060a79ae5 (patch) | |
| tree | 1ec7ad11a000dfec06b2468e53d545e485b9f632 /stats/pwc-summary-121-150.json | |
| parent | 1bb68b6ca88a6b9253537edc06dafb22d5c2040c (diff) | |
| download | perlweeklychallenge-club-ec3e8336185db01751df72becd91d86060a79ae5.tar.gz perlweeklychallenge-club-ec3e8336185db01751df72becd91d86060a79ae5.tar.bz2 perlweeklychallenge-club-ec3e8336185db01751df72becd91d86060a79ae5.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 30f1ca3846..8f3f656e5b 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -6,6 +6,17 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { "name" : "Perl", @@ -116,9 +127,6 @@ "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-20 12:07:06 GMT" - }, "xAxis" : { "categories" : [ "Luca Ferrari", @@ -153,15 +161,7 @@ "Nikhil Prasanna" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-20 12:25:06 GMT" } } |
