diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index e30f562aec..f40b5c2192 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,10 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "chart" : { "type" : "column" }, @@ -74,7 +80,6 @@ ] }, { - "name" : "Blog", "data" : [ 2, 0, @@ -106,18 +111,10 @@ 3, 0, 0 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "Philippe Bruhat", @@ -153,15 +150,18 @@ ] }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-06-06 19:35:16 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-06-07 08:44:31 GMT" } } |
