diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 641ba11954..201462b0cc 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,17 +1,10 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-03-11 01:29:47 GMT" + "chart" : { + "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Robert Van Dam", @@ -46,11 +39,9 @@ "William Gilmore" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "plotOptions" : { "column" : { @@ -59,7 +50,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 3, 72, @@ -91,10 +81,10 @@ 17, 24, 1 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 51, @@ -126,9 +116,11 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 30, @@ -160,8 +152,16 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } - ] + ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-03-11 01:36:28 GMT" + } } |
