diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-05 17:13:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-05 17:13:29 +0100 |
| commit | defb8153c7733950e4832d370a8fd27bd56e8b26 (patch) | |
| tree | 6b29ec7c4fcea6b27198f247f9f35a609278ca5d /stats/pwc-summary.json | |
| parent | f85efe03d8c5a9c0bc65586f18b33c0604620be2 (diff) | |
| download | perlweeklychallenge-club-defb8153c7733950e4832d370a8fd27bd56e8b26.tar.gz perlweeklychallenge-club-defb8153c7733950e4832d370a8fd27bd56e8b26.tar.bz2 perlweeklychallenge-club-defb8153c7733950e4832d370a8fd27bd56e8b26.zip | |
- Added solutions by Matthew Neleigh.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index dd533d2063..23232bd1be 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -261,21 +261,6 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -428,7 +413,7 @@ 0, 0, 2, - 45, + 46, 0, 2, 4, @@ -1067,6 +1052,21 @@ "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, @@ -1074,6 +1074,6 @@ "type" : "column" }, "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-06-05 15:04:23 GMT" + "text" : "[Champions: 258] Last updated at 2022-06-05 16:07:53 GMT" } } |
