diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-07 09:52:35 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-07 09:52:35 +0000 |
| commit | 208b75a7c1919f3c2e3c3098fcb532d71cccfe63 (patch) | |
| tree | b3156f8cd3939c27b85bb171b0597b6c0dbdb168 /stats/pwc-summary-151-180.json | |
| parent | 1b2a5e704c4f5afc159c51872b1dcab1e5186698 (diff) | |
| download | perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.tar.gz perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.tar.bz2 perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 0ecda3721e..2ad20b57ad 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,6 +1,10 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-07 09:51:12 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 0, 0, @@ -32,8 +36,7 @@ 1, 2, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -106,14 +109,14 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-07 09:14:31 GMT" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Mihail Iosilevitch", @@ -148,20 +151,17 @@ "Peter Scott" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
