diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 119 |
1 files changed, 67 insertions, 52 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 374383ef39..1163035998 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,20 +1,36 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } } }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2022-01-12 09:33:50 GMT" + }, "drilldown" : { "series" : [ { + "name" : "Alexander Karelas", + "data" : [ + [ + "Perl", + 1 + ] + ], + "id" : "Alexander Karelas" + }, + { "name" : "James Smith", - "id" : "James Smith", "data" : [ [ "Perl", @@ -24,9 +40,12 @@ "Blog", 1 ] - ] + ], + "id" : "James Smith" }, { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -36,19 +55,17 @@ "Blog", 5 ] - ], - "id" : "Luca Ferrari", - "name" : "Luca Ferrari" + ] }, { "name" : "Mark Anderson", - "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Mark Anderson" }, { "name" : "Mohammad S Anwar", @@ -66,6 +83,7 @@ }, { "name" : "Roger Bell_West", + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -79,20 +97,21 @@ "Blog", 1 ] - ], - "id" : "Roger Bell_West" + ] }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Raku", 2 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" }, { + "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -102,76 +121,72 @@ "Blog", 1 ] - ], - "id" : "W. Luis Mochan", - "name" : "W. Luis Mochan" + ] } ] }, + "title" : { + "text" : "The Weekly Challenge - 147" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "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/>" + }, "series" : [ { "name" : "The Weekly Challenge - 147", "colorByPoint" : 1, "data" : [ { + "name" : "Alexander Karelas", + "drilldown" : "Alexander Karelas", + "y" : 1 + }, + { "drilldown" : "James Smith", "y" : 3, "name" : "James Smith" }, { - "name" : "Luca Ferrari", "y" : 7, - "drilldown" : "Luca Ferrari" + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { + "name" : "Mark Anderson", "drilldown" : "Mark Anderson", - "y" : 2, - "name" : "Mark Anderson" + "y" : 2 }, { + "name" : "Mohammad S Anwar", "drilldown" : "Mohammad S Anwar", - "y" : 2, - "name" : "Mohammad S Anwar" + "y" : 2 }, { - "drilldown" : "Roger Bell_West", "name" : "Roger Bell_West", - "y" : 5 + "y" : 5, + "drilldown" : "Roger Bell_West" }, { - "y" : 2, "name" : "Simon Proctor", + "y" : 2, "drilldown" : "Simon Proctor" }, { "y" : 3, - "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan" + "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan" } ] } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2022-01-12 09:25:40 GMT" - }, - "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 - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge - 147" + "legend" : { + "enabled" : 0 } } |
