diff options
| author | Andrew Shitov <mail@andreyshitov.com> | 2024-04-02 08:55:46 +0200 |
|---|---|---|
| committer | Andrew Shitov <mail@andreyshitov.com> | 2024-04-02 08:55:46 +0200 |
| commit | 58863a39e4fb0cf8abb304d475ea35f2d25800c8 (patch) | |
| tree | 4642a321cf9eecd993babd7e4345ce84a8148c0c /stats/pwc-summary-91-120.json | |
| parent | 6ccd059d128a87bfcc67d42046bb4cf67a1a40af (diff) | |
| parent | 6e3cd6e8a2eb65b0ba00b4e15e1abeb689a33e8d (diff) | |
| download | perlweeklychallenge-club-58863a39e4fb0cf8abb304d475ea35f2d25800c8.tar.gz perlweeklychallenge-club-58863a39e4fb0cf8abb304d475ea35f2d25800c8.tar.bz2 perlweeklychallenge-club-58863a39e4fb0cf8abb304d475ea35f2d25800c8.zip | |
Merge remote-tracking branch 'upstream/master' into ash-263
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 1ab76d3b0f..cbd6463893 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,25 +1,28 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-04-01 17:13:37 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-04-01 00:05:32 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Guillermo Ramos", @@ -54,12 +57,8 @@ "Jeff Armstrong" ] }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 32, 5, @@ -81,7 +80,7 @@ 462, 1, 2, - 300, + 302, 2, 0, 0, @@ -91,7 +90,8 @@ 1, 2, 0 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -150,7 +150,7 @@ 219, 0, 0, - 123, + 124, 0, 0, 0, |
