diff options
Diffstat (limited to 'stats/pwc-summary-271-300.json')
| -rw-r--r-- | stats/pwc-summary-271-300.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-271-300.json b/stats/pwc-summary-271-300.json index f75c972436..945992f8f2 100644 --- a/stats/pwc-summary-271-300.json +++ b/stats/pwc-summary-271-300.json @@ -1,17 +1,4 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2022-11-28 02:32:24 GMT" - }, "xAxis" : { "categories" : [ "William Gilmore", @@ -21,16 +8,22 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2022-11-28 02:56:00 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 3, 3, 86, 21 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -53,15 +46,22 @@ "name" : "Blog" } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" } } |
