diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 123 |
1 files changed, 69 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index eabde25597..3868d262ea 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,32 +1,65 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "title" : { + "text" : "The Weekly Challenge - 160" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "xAxis" : { "type" : "category" }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 4] Last updated at 2022-04-11 17:27:22 GMT" - }, - "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/>" + "text" : "[Champions: 5] Last updated at 2022-04-11 17:32:59 GMT" }, + "series" : [ + { + "data" : [ + { + "y" : 2, + "name" : "E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "y" : 3, + "name" : "James Smith", + "drilldown" : "James Smith" + }, + { + "drilldown" : "Marton Polgar", + "y" : 2, + "name" : "Marton Polgar" + }, + { + "drilldown" : "Matthew Neleigh", + "y" : 2, + "name" : "Matthew Neleigh" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + } + ], + "name" : "The Weekly Challenge - 160", + "colorByPoint" : 1 + } + ], "drilldown" : { "series" : [ { + "data" : [ + [ + "Perl", + 2 + ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" + }, + { "id" : "James Smith", - "name" : "James Smith", "data" : [ [ "Perl", @@ -36,7 +69,8 @@ "Blog", 1 ] - ] + ], + "name" : "James Smith" }, { "data" : [ @@ -45,8 +79,8 @@ 2 ] ], - "name" : "Marton Polgar", - "id" : "Marton Polgar" + "id" : "Marton Polgar", + "name" : "Marton Polgar" }, { "id" : "Matthew Neleigh", @@ -74,43 +108,24 @@ } ] }, - "title" : { - "text" : "The Weekly Challenge - 160" - }, "legend" : { "enabled" : 0 }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 160", - "data" : [ - { - "name" : "James Smith", - "drilldown" : "James Smith", - "y" : 3 - }, - { - "name" : "Marton Polgar", - "drilldown" : "Marton Polgar", - "y" : 2 - }, - { - "name" : "Matthew Neleigh", - "drilldown" : "Matthew Neleigh", - "y" : 2 - }, - { - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 - } - ] + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } } - ] + }, + "chart" : { + "type" : "column" + } } |
