diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 111 |
1 files changed, 65 insertions, 46 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d0b5eb6953..deb49aaf37 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,7 +1,11 @@ { + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ [ @@ -12,20 +16,20 @@ "Blog", 1 ] - ], - "name" : "Dave Jacoby" + ] }, { + "name" : "E. Choroba", "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ], - "name" : "E. Choroba" + ] }, { + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -36,31 +40,30 @@ 4 ] ], - "id" : "Luca Ferrari", "name" : "Luca Ferrari" }, { "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", 1 ] - ], - "id" : "Mark Anderson" + ] }, { + "name" : "Paulo Custodio", + "id" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] - ], - "id" : "Paulo Custodio", - "name" : "Paulo Custodio" + ] }, { - "name" : "Peter Campbell Smith", + "id" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -71,11 +74,10 @@ 1 ] ], - "id" : "Peter Campbell Smith" + "name" : "Peter Campbell Smith" }, { "name" : "Roger Bell_West", - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -89,33 +91,42 @@ "Blog", 1 ] - ] + ], + "id" : "Roger Bell_West" + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke" } ] }, - "title" : { - "text" : "The Weekly Challenge - 144" - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2021-12-21 16:42:45 GMT" - }, "series" : [ { "data" : [ { "drilldown" : "Dave Jacoby", - "y" : 3, - "name" : "Dave Jacoby" + "name" : "Dave Jacoby", + "y" : 3 }, { - "y" : 2, + "drilldown" : "E. Choroba", "name" : "E. Choroba", - "drilldown" : "E. Choroba" + "y" : 2 }, { - "drilldown" : "Luca Ferrari", "name" : "Luca Ferrari", - "y" : 6 + "y" : 6, + "drilldown" : "Luca Ferrari" }, { "drilldown" : "Mark Anderson", @@ -128,25 +139,39 @@ "drilldown" : "Paulo Custodio" }, { - "drilldown" : "Peter Campbell Smith", "name" : "Peter Campbell Smith", - "y" : 3 + "y" : 3, + "drilldown" : "Peter Campbell Smith" }, { - "y" : 5, + "drilldown" : "Roger Bell_West", "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West" + "y" : 5 + }, + { + "drilldown" : "Ulrich Rieke", + "y" : 4, + "name" : "Ulrich Rieke" } ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 144" + "name" : "The Weekly Challenge - 144", + "colorByPoint" : 1 } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2021-12-21 17:05:32 GMT" }, - "xAxis" : { - "type" : "category" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "The Weekly Challenge - 144" }, "legend" : { "enabled" : 0 @@ -156,18 +181,12 @@ "text" : "Total Solutions" } }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "chart" : { + "type" : "column" }, "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/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "followPointer" : 1 } } |
