diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index c3d7bf5468..72038cfc90 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,24 +1,7 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-27 21:36:13 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 6, 2, @@ -50,10 +33,10 @@ 78, 215, 236 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 6, 0, @@ -85,11 +68,9 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 1, 0, @@ -121,7 +102,8 @@ 0, 1, 52 - ] + ], + "name" : "Blog" } ], "xAxis" : { @@ -158,10 +140,28 @@ "E. Choroba" ] }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-27 21:50:36 GMT" } } |
