diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index e0d4b42f73..db2aec34e1 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,17 +1,14 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 36, 66, @@ -43,7 +40,8 @@ 0, 48, 2 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -81,6 +79,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 2, 29, @@ -112,19 +111,16 @@ 0, 24, 0 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-03-30 19:54:10 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, "xAxis" : { @@ -161,7 +157,11 @@ "Jeff" ] }, - "chart" : { - "type" : "column" + "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-30 20:25:25 GMT" } } |
