diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 109 |
1 files changed, 64 insertions, 45 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 15dde3d6c9..cbcbc62197 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,66 +1,83 @@ { + "chart" : { + "type" : "column" + }, "xAxis" : { "type" : "category" }, + "legend" : { + "enabled" : 0 + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2022-04-05 15:18:57 GMT" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "series" : [ { - "colorByPoint" : 1, + "name" : "The Weekly Challenge - 159", "data" : [ { "y" : 3, + "name" : "Dave Jacoby", + "drilldown" : "Dave Jacoby" + }, + { + "y" : 3, "name" : "James Smith", "drilldown" : "James Smith" }, { - "y" : 8, "name" : "Luca Ferrari", + "y" : 8, "drilldown" : "Luca Ferrari" }, { - "y" : 2, + "drilldown" : "Mark Anderson", "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" + "y" : 2 }, { "drilldown" : "Paulo Custodio", - "name" : "Paulo Custodio", - "y" : 2 + "y" : 2, + "name" : "Paulo Custodio" }, { - "name" : "PokGoPun", "y" : 2, + "name" : "PokGoPun", "drilldown" : "PokGoPun" }, { - "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West", "y" : 4, - "drilldown" : "Roger Bell_West" + "name" : "Roger Bell_West" }, { - "drilldown" : "Simon Proctor", "y" : 2, - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" } ], - "name" : "The Weekly Challenge - 159" + "colorByPoint" : 1 } ], - "title" : { - "text" : "The Weekly Challenge - 159" - }, - "legend" : { - "enabled" : 0 - }, "drilldown" : { "series" : [ { - "id" : "James Smith", - "name" : "James Smith", + "id" : "Dave Jacoby", + "name" : "Dave Jacoby", "data" : [ [ "Perl", @@ -73,8 +90,20 @@ ] }, { - "id" : "Luca Ferrari", - "name" : "Luca Ferrari", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "name" : "James Smith", + "id" : "James Smith" + }, + { "data" : [ [ "Raku", @@ -84,7 +113,9 @@ "Blog", 6 ] - ] + ], + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { "id" : "Mark Anderson", @@ -97,24 +128,24 @@ ] }, { - "id" : "Paulo Custodio", - "name" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "Paulo Custodio", + "name" : "Paulo Custodio" }, { "id" : "PokGoPun", + "name" : "PokGoPun", "data" : [ [ "Perl", 2 ] - ], - "name" : "PokGoPun" + ] }, { "id" : "Roger Bell_West", @@ -132,34 +163,22 @@ }, { "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ], - "id" : "Simon Proctor" + ] } ] }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2022-04-05 13:51:52 GMT" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "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 }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge - 159" } } |
