diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 8e920fa101..aebc6a1a6d 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,7 @@ { + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Jeff Armstrong", @@ -33,15 +36,13 @@ "Kueppo Wesley" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-07-22 10:39:26 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 0, 8, @@ -73,10 +74,10 @@ 84, 4, 36 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 2, 0, @@ -108,10 +109,10 @@ 0, 0, 2 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -143,25 +144,24 @@ 0, 0, 2 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-07-22 12:49:23 GMT" } } |
