diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index bd5da60bfd..0a55243630 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -4,6 +4,13 @@ "stacking" : "percent" } }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -76,6 +83,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -107,10 +115,12 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -146,22 +156,12 @@ ] }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "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-09 19:25:18 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" + "text" : "[Champions: 30] Last updated at 2020-03-09 20:41:03 GMT" } } |
