diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 298f0504b3..c54e4312cf 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,18 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 279] Last updated at 2022-12-26 01:39:44 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -9,7 +20,7 @@ 0, 85, 2, - 151, + 152, 0, 2, 0, @@ -45,11 +56,11 @@ 15, 2, 0, - 144, + 145, 2, 0, 1, - 164, + 165, 2, 1, 51, @@ -72,7 +83,7 @@ 0, 0, 43, - 181, + 182, 192, 1, 4, @@ -100,7 +111,7 @@ 0, 6, 5, - 168, + 169, 1, 1, 128, @@ -282,9 +293,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -307,7 +320,7 @@ 0, 0, 1, - 195, + 196, 0, 153, 0, @@ -322,7 +335,7 @@ 0, 0, 0, - 46, + 47, 0, 0, 4, @@ -383,7 +396,7 @@ 0, 0, 0, - 168, + 169, 0, 2, 5, @@ -565,11 +578,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -592,7 +603,7 @@ 0, 0, 0, - 195, + 196, 0, 4, 0, @@ -617,7 +628,7 @@ 2, 0, 0, - 110, + 111, 0, 0, 0, @@ -668,7 +679,7 @@ 0, 0, 0, - 155, + 156, 0, 0, 101, @@ -797,7 +808,7 @@ 0, 0, 0, - 175, + 176, 0, 29, 1, @@ -850,32 +861,21 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 279] Last updated at 2022-12-24 08:52:23 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ |
