diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 133 |
1 files changed, 76 insertions, 57 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f12a990924..992d591e27 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -4,7 +4,6 @@ }, "series" : [ { - "name" : "The Weekly Challenge - 151", "data" : [ { "name" : "Abigail", @@ -12,9 +11,9 @@ "drilldown" : "Abigail" }, { - "name" : "Cheok-Yin Fung", "y" : 1, - "drilldown" : "Cheok-Yin Fung" + "drilldown" : "Cheok-Yin Fung", + "name" : "Cheok-Yin Fung" }, { "y" : 3, @@ -22,9 +21,9 @@ "name" : "Dave Jacoby" }, { - "name" : "E. Choroba", "drilldown" : "E. Choroba", - "y" : 2 + "y" : 2, + "name" : "E. Choroba" }, { "y" : 1, @@ -32,72 +31,79 @@ "name" : "Feng Chang" }, { - "drilldown" : "Flavio Poletti", "y" : 6, + "drilldown" : "Flavio Poletti", "name" : "Flavio Poletti" }, { "name" : "James Smith", - "y" : 3, - "drilldown" : "James Smith" + "drilldown" : "James Smith", + "y" : 3 }, { - "drilldown" : "Mark Anderson", "y" : 2, + "drilldown" : "Mark Anderson", "name" : "Mark Anderson" }, { "name" : "Mohammad S Anwar", - "y" : 1, - "drilldown" : "Mohammad S Anwar" + "drilldown" : "Mohammad S Anwar", + "y" : 1 + }, + { + "drilldown" : "Peter Campbell Smith", + "y" : 3, + "name" : "Peter Campbell Smith" }, { - "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West", "y" : 5, - "name" : "Roger Bell_West" + "drilldown" : "Roger Bell_West" }, { + "name" : "Ulrich Rieke", "drilldown" : "Ulrich Rieke", - "y" : 4, - "name" : "Ulrich Rieke" + "y" : 4 }, { "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan", - "y" : 3 + "y" : 3, + "drilldown" : "W. Luis Mochan" } ], + "name" : "The Weekly Challenge - 151", "colorByPoint" : 1 } ], - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 12] Last updated at 2022-02-11 16:21:57 GMT" + "text" : "[Champions: 13] Last updated at 2022-02-11 16:41:50 GMT" }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "title" : { "text" : "The Weekly Challenge - 151" }, + "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/>" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { - "name" : "Abigail", "data" : [ [ "Perl", 2 ] ], + "name" : "Abigail", "id" : "Abigail" }, { @@ -125,27 +131,28 @@ "id" : "Dave Jacoby" }, { + "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "name" : "E. Choroba", "id" : "E. Choroba" }, { - "id" : "Feng Chang", + "name" : "Feng Chang", "data" : [ [ "Raku", 1 ] ], - "name" : "Feng Chang" + "id" : "Feng Chang" }, { "id" : "Flavio Poletti", + "name" : "Flavio Poletti", "data" : [ [ "Perl", @@ -159,11 +166,11 @@ "Blog", 2 ] - ], - "name" : "Flavio Poletti" + ] }, { "id" : "James Smith", + "name" : "James Smith", "data" : [ [ "Perl", @@ -173,30 +180,45 @@ "Blog", 1 ] - ], - "name" : "James Smith" + ] }, { - "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson" + "name" : "Mark Anderson" + }, + { + "id" : "Mohammad S Anwar", + "data" : [ + [ + "Perl", + 1 + ] + ], + "name" : "Mohammad S Anwar" }, { + "name" : "Peter Campbell Smith", "data" : [ [ "Perl", + 2 + ], + [ + "Blog", 1 ] ], - "name" : "Mohammad S Anwar", - "id" : "Mohammad S Anwar" + "id" : "Peter Campbell Smith" }, { + "id" : "Roger Bell_West", + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -210,12 +232,11 @@ "Blog", 1 ] - ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + ] }, { "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -225,10 +246,10 @@ "Raku", 2 ] - ], - "name" : "Ulrich Rieke" + ] }, { + "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -239,22 +260,20 @@ 1 ] ], - "name" : "W. Luis Mochan", "id" : "W. Luis Mochan" } ] }, - "xAxis" : { - "type" : "category" - }, - "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/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } + }, + "chart" : { + "type" : "column" } } |
