diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-01-07 20:38:43 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-01-07 20:38:43 +0000 |
| commit | 385f1352d73d1deecbdec5691fc1ef4dc83ce831 (patch) | |
| tree | 7a0b2452b89d300396856b63d306d8fdc6c21120 /stats/pwc-summary-151-180.json | |
| parent | e0c8fbbb25313832db7dd15206dc011a5f8581fc (diff) | |
| download | perlweeklychallenge-club-385f1352d73d1deecbdec5691fc1ef4dc83ce831.tar.gz perlweeklychallenge-club-385f1352d73d1deecbdec5691fc1ef4dc83ce831.tar.bz2 perlweeklychallenge-club-385f1352d73d1deecbdec5691fc1ef4dc83ce831.zip | |
- Added solutions by Cheok-Yin Fung.
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 9dd69ebb57..3f932d479c 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -33,29 +33,17 @@ "Maxim Kolodyazhny" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-01-07 20:10:36 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-01-07 20:35:17 GMT" }, "series" : [ { @@ -63,7 +51,7 @@ 25, 16, 22, - 441, + 442, 17, 2, 0, @@ -98,7 +86,7 @@ 0, 4, 0, - 454, + 455, 0, 0, 10, @@ -134,7 +122,7 @@ 17, 0, 0, - 325, + 326, 0, 0, 0, @@ -163,5 +151,17 @@ 0 ] } - ] + ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + } } |
