diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d6e8cc6bc1..bf82407fd3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,10 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -214,6 +210,12 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, @@ -424,7 +426,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -626,10 +627,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -752,7 +753,7 @@ 0, 0, 34, - 7, + 8, 0, 4, 0, @@ -831,17 +832,16 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "subtitle" : { - "text" : "[Champions: 200] Last updated at 2020-11-14 04:11:50 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "text" : "[Champions: 200] Last updated at 2020-11-14 04:14:34 GMT" } } |
