diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 89 |
1 files changed, 52 insertions, 37 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 95cd849d55..80342d9f33 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,12 +1,11 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { + "name" : "Dave Jacoby", "data" : [ [ "Perl", @@ -17,22 +16,31 @@ 1 ] ], - "name" : "Dave Jacoby", "id" : "Dave Jacoby" }, { "data" : [ [ + "Raku", + 1 + ] + ], + "id" : "David Santiago", + "name" : "David Santiago" + }, + { + "id" : "E. Choroba", + "data" : [ + [ "Perl", 2 ] ], - "id" : "E. Choroba", "name" : "E. Choroba" }, { - "id" : "Luca Ferrari", "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -45,23 +53,23 @@ ] }, { - "name" : "Mark Anderson", - "id" : "Mark Anderson", "data" : [ [ "Raku", 1 ] - ] + ], + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { + "name" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] ], - "name" : "Paulo Custodio", "id" : "Paulo Custodio" }, { @@ -79,6 +87,7 @@ "name" : "Peter Campbell Smith" }, { + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -93,10 +102,10 @@ 1 ] ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + "name" : "Roger Bell_West" }, { + "name" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -107,58 +116,63 @@ 2 ] ], - "name" : "Ulrich Rieke", "id" : "Ulrich Rieke" } ] }, + "xAxis" : { + "type" : "category" + }, "title" : { "text" : "The Weekly Challenge - 144" }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2021-12-22 02:20:21 GMT" + }, "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 + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2021-12-22 02:01:44 GMT" - }, "series" : [ { - "colorByPoint" : 1, "name" : "The Weekly Challenge - 144", "data" : [ { + "name" : "Dave Jacoby", "drilldown" : "Dave Jacoby", - "y" : 3, - "name" : "Dave Jacoby" + "y" : 3 + }, + { + "drilldown" : "David Santiago", + "y" : 1, + "name" : "David Santiago" }, { - "drilldown" : "E. Choroba", "name" : "E. Choroba", + "drilldown" : "E. Choroba", "y" : 2 }, { - "y" : 6, "name" : "Luca Ferrari", + "y" : 6, "drilldown" : "Luca Ferrari" }, { @@ -177,16 +191,17 @@ "drilldown" : "Peter Campbell Smith" }, { - "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West", "y" : 5, - "drilldown" : "Roger Bell_West" + "name" : "Roger Bell_West" }, { - "y" : 4, "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke" + "drilldown" : "Ulrich Rieke", + "y" : 4 } - ] + ], + "colorByPoint" : 1 } ] } |
