diff options
| author | Ryan Thompson <i@ry.ca> | 2022-05-28 17:43:29 -0600 |
|---|---|---|
| committer | Ryan Thompson <i@ry.ca> | 2022-05-28 17:43:29 -0600 |
| commit | bb0d10f534cdf08608a396cf10c5a443b7c5a89f (patch) | |
| tree | db1786616aedb06d07cc1c737999eba58b8d93de /stats/pwc-summary.json | |
| parent | c380cb7208d70aef788ea6b9272aba8face3482a (diff) | |
| parent | 172638a357ff0fefa265d6e694b654fd65c05c7d (diff) | |
| download | perlweeklychallenge-club-bb0d10f534cdf08608a396cf10c5a443b7c5a89f.tar.gz perlweeklychallenge-club-bb0d10f534cdf08608a396cf10c5a443b7c5a89f.tar.bz2 perlweeklychallenge-club-bb0d10f534cdf08608a396cf10c5a443b7c5a89f.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9d65ee27e3..f5f43846d8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,10 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "subtitle" : { + "text" : "[Champions: 258] Last updated at 2022-05-28 23:31:11 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -273,9 +267,12 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -312,7 +309,7 @@ 0, 15, 0, - 116, + 117, 2, 0, 1, @@ -366,7 +363,7 @@ 140, 1, 0, - 97, + 98, 1, 0, 0, @@ -388,7 +385,7 @@ 33, 4, 0, - 103, + 104, 4, 1, 6, @@ -484,7 +481,7 @@ 0, 0, 1, - 26, + 27, 1, 0, 1, @@ -521,13 +518,13 @@ 1, 3, 0, - 117, + 118, 12, 9, 12, 0, 2, - 75, + 76, 34, 97, 1, @@ -535,7 +532,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -631,7 +629,7 @@ 2, 5, 0, - 94, + 95, 2, 0, 7, @@ -747,7 +745,7 @@ 4, 5, 0, - 12, + 13, 3, 14, 0, @@ -784,7 +782,7 @@ 0, 0, 1, - 118, + 119, 0, 2, 0, @@ -852,7 +850,7 @@ 0, 0, 2, - 110, + 111, 0, 0, 0, @@ -891,7 +889,7 @@ 127, 0, 0, - 71, + 72, 0, 0, 0, @@ -1013,7 +1011,7 @@ 0, 0, 0, - 145, + 146, 0, 23, 1, @@ -1052,7 +1050,7 @@ 0, 0, 0, - 75, + 76, 17, 0, 0, @@ -1064,16 +1062,18 @@ "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-05-23 20:20:56 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 } } |
