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 39f7b1d8fb..8bf6cf2721 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,14 +1,11 @@ { - "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/>" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2021-12-07 16:29:15 GMT" + "xAxis" : { + "type" : "category" }, "series" : [ { + "name" : "The Weekly Challenge - 142", + "colorByPoint" : 1, "data" : [ { "name" : "Abigail", @@ -26,9 +23,9 @@ "y" : 2 }, { - "y" : 3, + "name" : "James Smith", "drilldown" : "James Smith", - "name" : "James Smith" + "y" : 3 }, { "y" : 6, @@ -36,66 +33,98 @@ "name" : "Luca Ferrari" }, { - "drilldown" : "Mark Anderson", "y" : 2, + "drilldown" : "Mark Anderson", "name" : "Mark Anderson" }, { - "y" : 2, "drilldown" : "Paulo Custodio", + "y" : 2, "name" : "Paulo Custodio" }, { - "drilldown" : "Roger Bell_West", + "name" : "Robert DiCicco", + "drilldown" : "Robert DiCicco", + "y" : 2 + }, + { + "name" : "Roger Bell_West", "y" : 5, - "name" : "Roger Bell_West" + "drilldown" : "Roger Bell_West" }, { + "name" : "Ulrich Rieke", "drilldown" : "Ulrich Rieke", - "y" : 3, - "name" : "Ulrich Rieke" + "y" : 3 } - ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 142" + ] } ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "legend" : { "enabled" : 0 }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2021-12-07 16:39:29 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "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/>", + "followPointer" : 1 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, "drilldown" : { "series" : [ { + "name" : "Abigail", "data" : [ [ "Perl", 2 ] ], - "name" : "Abigail", "id" : "Abigail" }, { + "name" : "Andrew Shitov", + "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ], - "id" : "Andrew Shitov", - "name" : "Andrew Shitov" + ] }, { - "id" : "E. Choroba", "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "E. Choroba" }, { + "id" : "James Smith", "data" : [ [ "Perl", @@ -106,10 +135,10 @@ 1 ] ], - "id" : "James Smith", "name" : "James Smith" }, { + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -120,30 +149,41 @@ 4 ] ], - "id" : "Luca Ferrari", - "name" : "Luca Ferrari" + "id" : "Luca Ferrari" }, { "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] + ], + "name" : "Mark Anderson" + }, + { + "name" : "Paulo Custodio", + "id" : "Paulo Custodio", + "data" : [ + [ + "Perl", + 2 + ] ] }, { + "name" : "Robert DiCicco", "data" : [ [ "Perl", 2 ] ], - "name" : "Paulo Custodio", - "id" : "Paulo Custodio" + "id" : "Robert DiCicco" }, { + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -157,9 +197,7 @@ "Blog", 1 ] - ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + ] }, { "data" : [ @@ -172,32 +210,9 @@ 2 ] ], - "name" : "Ulrich Rieke", - "id" : "Ulrich Rieke" + "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke" } ] - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } |
