diff options
Diffstat (limited to 'stats/pwc-summary-271-300.json')
| -rw-r--r-- | stats/pwc-summary-271-300.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-271-300.json b/stats/pwc-summary-271-300.json index d592c337f1..01dd23f3c7 100644 --- a/stats/pwc-summary-271-300.json +++ b/stats/pwc-summary-271-300.json @@ -1,8 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "William Gilmore", @@ -12,29 +8,29 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 3, 3, 86, 21 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, 3, 21, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -47,21 +43,25 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "subtitle" : { - "text" : "[Champions: 5] Last updated at 2022-11-14 03:12:54 GMT" + "text" : "[Champions: 5] Last updated at 2022-11-14 03:39:08 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
