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 6c3cd99d7c..20a51f5fb1 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,65 +1,59 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2022-05-31 17:44:55 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 + "title" : { + "text" : "The Weekly Challenge - 167" }, "series" : [ { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 167", "data" : [ { "y" : 3, - "drilldown" : "James Smith", - "name" : "James Smith" + "name" : "James Smith", + "drilldown" : "James Smith" }, { - "y" : 6, + "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" + "y" : 6 + }, + { + "name" : "Niels van Dijke", + "drilldown" : "Niels van Dijke", + "y" : 1 }, { "y" : 3, - "drilldown" : "Peter Campbell Smith", - "name" : "Peter Campbell Smith" + "name" : "Peter Campbell Smith", + "drilldown" : "Peter Campbell Smith" }, { + "y" : 4, "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West", - "y" : 4 + "name" : "Roger Bell_West" } - ] + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 167" } ], - "title" : { - "text" : "The Weekly Challenge - 167" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : 0 }, - "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/>" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, "drilldown" : { "series" : [ @@ -92,8 +86,18 @@ ] }, { - "name" : "Peter Campbell Smith", + "data" : [ + [ + "Perl", + 1 + ] + ], + "id" : "Niels van Dijke", + "name" : "Niels van Dijke" + }, + { "id" : "Peter Campbell Smith", + "name" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -106,6 +110,8 @@ ] }, { + "id" : "Roger Bell_West", + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -115,10 +121,19 @@ "Raku", 2 ] - ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + ] } ] + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2022-05-31 20:13:31 GMT" + }, + "xAxis" : { + "type" : "category" } } |
