diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 130 |
1 files changed, 65 insertions, 65 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 355e12dcbf..fb28e1096e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,34 +1,65 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2021-12-14 13:58:01 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "title" : { + "text" : "The Weekly Challenge - 143" + }, "xAxis" : { "type" : "category" }, + "legend" : { + "enabled" : 0 + }, + "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/>" + }, "series" : [ { "data" : [ { - "y" : 2, "drilldown" : "Alexander Pankoff", - "name" : "Alexander Pankoff" + "name" : "Alexander Pankoff", + "y" : 2 }, { - "name" : "Dave Jacoby", "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", "y" : 3 }, { - "drilldown" : "E. Choroba", "y" : 2, - "name" : "E. Choroba" + "name" : "E. Choroba", + "drilldown" : "E. Choroba" }, { - "drilldown" : "Luca Ferrari", "y" : 5, - "name" : "Luca Ferrari" + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari" }, { + "y" : 1, "name" : "Mohammad S Anwar", - "drilldown" : "Mohammad S Anwar", - "y" : 1 + "drilldown" : "Mohammad S Anwar" }, { "y" : 1, @@ -41,57 +72,40 @@ "name" : "Paulo Custodio" }, { - "name" : "Robert DiCicco", "drilldown" : "Robert DiCicco", + "name" : "Robert DiCicco", "y" : 2 }, { + "drilldown" : "Roger Bell_West", "name" : "Roger Bell_West", - "y" : 4, - "drilldown" : "Roger Bell_West" + "y" : 4 }, { + "y" : 2, "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke", - "y" : 2 + "drilldown" : "Ulrich Rieke" } ], "name" : "The Weekly Challenge - 143", "colorByPoint" : 1 } ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "drilldown" : { "series" : [ { - "name" : "Alexander Pankoff", - "id" : "Alexander Pankoff", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Alexander Pankoff", + "id" : "Alexander Pankoff" }, { - "name" : "Dave Jacoby", "id" : "Dave Jacoby", + "name" : "Dave Jacoby", "data" : [ [ "Perl", @@ -104,14 +118,14 @@ ] }, { + "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "id" : "E. Choroba" }, { "id" : "Luca Ferrari", @@ -129,45 +143,46 @@ }, { "name" : "Mohammad S Anwar", - "id" : "Mohammad S Anwar", "data" : [ [ "Perl", 1 ] - ] + ], + "id" : "Mohammad S Anwar" }, { + "id" : "Olivier Delouya", + "name" : "Olivier Delouya", "data" : [ [ "Perl", 1 ] - ], - "id" : "Olivier Delouya", - "name" : "Olivier Delouya" + ] }, { - "name" : "Paulo Custodio", "id" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Paulo Custodio" }, { + "id" : "Robert DiCicco", + "name" : "Robert DiCicco", "data" : [ [ "Perl", 2 ] - ], - "id" : "Robert DiCicco", - "name" : "Robert DiCicco" + ] }, { + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -178,8 +193,7 @@ 2 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "id" : "Roger Bell_West" }, { "data" : [ @@ -192,23 +206,9 @@ 1 ] ], - "id" : "Ulrich Rieke", - "name" : "Ulrich Rieke" + "name" : "Ulrich Rieke", + "id" : "Ulrich Rieke" } ] - }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2021-12-14 13:33:18 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "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 - }, - "title" : { - "text" : "The Weekly Challenge - 143" } } |
