diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 115 |
1 files changed, 67 insertions, 48 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d15e68523c..36a2059226 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,70 +1,78 @@ { - "title" : { - "text" : "The Weekly Challenge - 168" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "series" : [ { "data" : [ { - "name" : "James Smith", "y" : 3, - "drilldown" : "James Smith" + "drilldown" : "James Smith", + "name" : "James Smith" }, { + "drilldown" : "Luca Ferrari", "name" : "Luca Ferrari", - "y" : 8, - "drilldown" : "Luca Ferrari" + "y" : 8 }, { + "drilldown" : "Mark Anderson", "name" : "Mark Anderson", - "y" : 2, - "drilldown" : "Mark Anderson" + "y" : 2 }, { "y" : 2, - "drilldown" : "Marton Polgar", - "name" : "Marton Polgar" + "name" : "Marton Polgar", + "drilldown" : "Marton Polgar" }, { - "name" : "Peter Campbell Smith", "y" : 3, + "name" : "Peter Campbell Smith", "drilldown" : "Peter Campbell Smith" }, { "y" : 4, + "drilldown" : "Robert DiCicco", + "name" : "Robert DiCicco" + }, + { + "name" : "Roger Bell_West", "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West" + "y" : 4 }, { - "name" : "Ryan Thompson", "drilldown" : "Ryan Thompson", + "name" : "Ryan Thompson", "y" : 6 }, { + "drilldown" : "Stephen G Lynn", "name" : "Stephen G Lynn", - "y" : 2, - "drilldown" : "Stephen G Lynn" + "y" : 2 }, { - "name" : "W. Luis Mochan", "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan", "y" : 3 } ], - "name" : "The Weekly Challenge - 168", - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 168" } ], - "legend" : { - "enabled" : 0 + "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 }, "subtitle" : { - "text" : "[Champions: 9] Last updated at 2022-06-07 15:15:08 GMT" + "text" : "[Champions: 10] Last updated at 2022-06-07 17:05:44 GMT" }, "drilldown" : { "series" : [ { - "id" : "James Smith", "data" : [ [ "Perl", @@ -75,10 +83,12 @@ 1 ] ], + "id" : "James Smith", "name" : "James Smith" }, { "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -88,18 +98,17 @@ "Blog", 6 ] - ], - "id" : "Luca Ferrari" + ] }, { "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ], - "id" : "Mark Anderson" + ] }, { "data" : [ @@ -108,11 +117,10 @@ 2 ] ], - "id" : "Marton Polgar", - "name" : "Marton Polgar" + "name" : "Marton Polgar", + "id" : "Marton Polgar" }, { - "id" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -123,10 +131,10 @@ 1 ] ], + "id" : "Peter Campbell Smith", "name" : "Peter Campbell Smith" }, { - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -137,7 +145,22 @@ 2 ] ], - "name" : "Roger Bell_West" + "id" : "Robert DiCicco", + "name" : "Robert DiCicco" + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "name" : "Roger Bell_West", + "id" : "Roger Bell_West" }, { "name" : "Ryan Thompson", @@ -172,6 +195,8 @@ "name" : "Stephen G Lynn" }, { + "id" : "W. Luis Mochan", + "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -181,35 +206,29 @@ "Blog", 1 ] - ], - "id" : "W. Luis Mochan", - "name" : "W. Luis Mochan" + ] } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "title" : { + "text" : "The Weekly Challenge - 168" + }, + "legend" : { + "enabled" : 0 }, "chart" : { "type" : "column" }, - "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/>" - }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - } + }, + "borderWidth" : 0 } + }, + "xAxis" : { + "type" : "category" } } |
