diff options
Diffstat (limited to 'stats/pwc-summary-301-330.json')
| -rw-r--r-- | stats/pwc-summary-301-330.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary-301-330.json b/stats/pwc-summary-301-330.json index 7d0adebcf2..052946f47c 100644 --- a/stats/pwc-summary-301-330.json +++ b/stats/pwc-summary-301-330.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Yet Ebreo", @@ -11,12 +8,12 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 86, 21, 8 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -27,20 +24,16 @@ ] }, { - "name" : "Blog", "data" : [ 6, 14, 1 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, @@ -48,12 +41,19 @@ "text" : "" } }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2023-12-27 11:03:53 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2023-12-26 20:08:10 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
