diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 101 |
1 files changed, 58 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 192cc6d4e7..1a272b6f64 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,52 +1,57 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-12-06 20:06:32 GMT" + "text" : "[Champions: 6] Last updated at 2021-12-06 20:19:18 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } } }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "title" : { - "text" : "The Weekly Challenge - 142" + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { - "name" : "Andrew Shitov", + "name" : "Abigail", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "Abigail" + }, + { "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ] + ], + "name" : "Andrew Shitov" }, { + "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "name" : "E. Choroba", - "id" : "E. Choroba" + "name" : "E. Choroba" }, { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -56,22 +61,19 @@ "Blog", 4 ] - ], - "name" : "Luca Ferrari", - "id" : "Luca Ferrari" + ] }, { + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", "name" : "Mark Anderson" }, { - "id" : "Roger Bell_West", "name" : "Roger Bell_West", "data" : [ [ @@ -82,34 +84,51 @@ "Raku", 2 ] - ] + ], + "id" : "Roger Bell_West" } ] }, - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : 0 }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, "series" : [ { + "colorByPoint" : 1, "name" : "The Weekly Challenge - 142", "data" : [ { - "name" : "Andrew Shitov", + "name" : "Abigail", + "drilldown" : "Abigail", + "y" : 2 + }, + { "y" : 1, - "drilldown" : "Andrew Shitov" + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov" }, { - "y" : 2, "drilldown" : "E. Choroba", + "y" : 2, "name" : "E. Choroba" }, { + "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari", - "y" : 6, - "name" : "Luca Ferrari" + "y" : 6 }, { "name" : "Mark Anderson", @@ -117,15 +136,11 @@ "y" : 2 }, { + "name" : "Roger Bell_West", "drilldown" : "Roger Bell_West", - "y" : 4, - "name" : "Roger Bell_West" + "y" : 4 } - ], - "colorByPoint" : 1 + ] } - ], - "xAxis" : { - "type" : "category" - } + ] } |
