diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index afa0f44e08..e4e0959aed 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,16 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Jeff Armstrong", @@ -45,11 +33,9 @@ "Kueppo Wesley" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "series" : [ { + "name" : "Perl", "data" : [ 0, 8, @@ -81,8 +67,7 @@ 74, 4, 36 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -155,13 +140,28 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-06-29 12:31:35 GMT" + "text" : "[Champions: 30] Last updated at 2024-06-30 13:00:45 GMT" } } |
