diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 131 |
1 files changed, 73 insertions, 58 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e1a20fa303..543a035f5f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,16 +1,26 @@ { + "chart" : { + "type" : "column" + }, + "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/>" + }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2022-02-02 09:33:40 GMT" + }, "series" : [ { - "name" : "The Weekly Challenge - 150", "data" : [ { - "y" : 1, + "name" : "Andrew Shitov", "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov" + "y" : 1 }, { - "name" : "Cheok-Yin Fung", "drilldown" : "Cheok-Yin Fung", + "name" : "Cheok-Yin Fung", "y" : 1 }, { @@ -24,19 +34,24 @@ "drilldown" : "James Smith" }, { - "y" : 4, "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" + "name" : "Luca Ferrari", + "y" : 4 }, { - "drilldown" : "Mark Anderson", "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", "y" : 2 }, { - "y" : 3, + "name" : "Marton Polgar", + "drilldown" : "Marton Polgar", + "y" : 2 + }, + { + "drilldown" : "Peter Campbell Smith", "name" : "Peter Campbell Smith", - "drilldown" : "Peter Campbell Smith" + "y" : 3 }, { "drilldown" : "Roger Bell_West", @@ -44,35 +59,54 @@ "y" : 4 }, { - "y" : 3, + "name" : "W. Luis Mochan", "drilldown" : "W. Luis Mochan", - "name" : "W. Luis Mochan" + "y" : 3 } ], - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 150" } ], + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "title" : { + "text" : "The Weekly Challenge - 150" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "id" : "Andrew Shitov", + "name" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ], - "name" : "Andrew Shitov", - "id" : "Andrew Shitov" + ] }, { + "name" : "Cheok-Yin Fung", + "id" : "Cheok-Yin Fung", "data" : [ [ "Perl", 1 ] - ], - "name" : "Cheok-Yin Fung", - "id" : "Cheok-Yin Fung" + ] }, { "data" : [ @@ -85,8 +119,6 @@ "id" : "E. Choroba" }, { - "id" : "James Smith", - "name" : "James Smith", "data" : [ [ "Perl", @@ -96,7 +128,9 @@ "Blog", 1 ] - ] + ], + "name" : "James Smith", + "id" : "James Smith" }, { "data" : [ @@ -113,16 +147,27 @@ "id" : "Luca Ferrari" }, { - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson" + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Marton Polgar", + "name" : "Marton Polgar" + }, + { + "id" : "Peter Campbell Smith", "name" : "Peter Campbell Smith", "data" : [ [ @@ -133,11 +178,9 @@ "Blog", 1 ] - ], - "id" : "Peter Campbell Smith" + ] }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -148,10 +191,12 @@ 2 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" }, { "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -161,43 +206,13 @@ "Blog", 1 ] - ], - "id" : "W. Luis Mochan" + ] } ] }, - "title" : { - "text" : "The Weekly Challenge - 150" - }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2022-02-02 09:24:24 GMT" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } } } |
