diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index efb7a117d6..12b94e45d8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "subtitle" : { - "text" : "[Champions: 306] Last updated at 2024-02-14 12:54:39 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "text" : "[Champions: 306] Last updated at 2024-02-15 19:27:47 GMT" }, "xAxis" : { "categories" : [ @@ -332,6 +314,7 @@ }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -359,7 +342,7 @@ 0, 83, 6, - 224, + 225, 0, 4, 31, @@ -639,8 +622,7 @@ 44, 11, 4 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -671,7 +653,7 @@ 1, 255, 0, - 207, + 208, 0, 0, 0, @@ -803,7 +785,7 @@ 0, 5, 24, - 179, + 180, 7, 2, 0, @@ -954,6 +936,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1113,7 +1096,7 @@ 0, 0, 30, - 178, + 179, 0, 0, 0, @@ -1261,11 +1244,28 @@ 5, 10, 1 - ], - "name" : "Blog" + ] } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, "chart" : { "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
