diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index eeb11c802b..99516ca5c1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,7 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -200,23 +201,19 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 194] Last updated at 2020-10-13 16:56:30 GMT" }, "series" : [ { @@ -419,6 +416,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -470,7 +468,7 @@ 0, 0, 0, - 18, + 24, 2, 0, 18, @@ -614,8 +612,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -817,7 +814,10 @@ "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 194] Last updated at 2020-10-13 12:44:00 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
