diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 124 |
1 files changed, 64 insertions, 60 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e050d17d5f..22cd60435a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,18 +1,14 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 12] Last updated at 2021-06-23 09:30:13 GMT" }, "title" : { "text" : "Perl Weekly Challenge - 118" }, - "subtitle" : { - "text" : "[Champions: 12] Last updated at 2021-06-23 08:50:52 GMT" - }, "drilldown" : { "series" : [ { + "id" : "Dave Jacoby", "data" : [ [ "Perl", @@ -23,22 +19,20 @@ 1 ] ], - "id" : "Dave Jacoby", "name" : "Dave Jacoby" }, { - "id" : "E. Choroba", - "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "E. Choroba", + "name" : "E. Choroba" }, { "name" : "James Smith", - "id" : "James Smith", "data" : [ [ "Perl", @@ -48,9 +42,11 @@ "Blog", 1 ] - ] + ], + "id" : "James Smith" }, { + "id" : "Lance Wicks", "data" : [ [ "Perl", @@ -61,40 +57,40 @@ 1 ] ], - "name" : "Lance Wicks", - "id" : "Lance Wicks" + "name" : "Lance Wicks" }, { + "name" : "Lucas Ransan", + "id" : "Lucas Ransan", "data" : [ [ "Raku", 2 ] - ], - "name" : "Lucas Ransan", - "id" : "Lucas Ransan" + ] }, { - "id" : "Mohammad S Anwar", - "name" : "Mohammad S Anwar", "data" : [ [ "Perl", 1 ] - ] + ], + "id" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar" }, { + "id" : "Niels van Dijke", "data" : [ [ "Perl", 1 ] ], - "id" : "Niels van Dijke", "name" : "Niels van Dijke" }, { + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -103,9 +99,12 @@ [ "Raku", 1 + ], + [ + "Blog", + 1 ] ], - "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { @@ -119,8 +118,8 @@ "name" : "Steven Wilson" }, { - "id" : "Stuart Little", "name" : "Stuart Little", + "id" : "Stuart Little", "data" : [ [ "Perl", @@ -133,18 +132,16 @@ ] }, { - "id" : "Vinod Kumar K", "name" : "Vinod Kumar K", "data" : [ [ "Perl", 1 ] - ] + ], + "id" : "Vinod Kumar K" }, { - "name" : "W. Luis Mochan", - "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -154,21 +151,12 @@ "Blog", 1 ] - ] + ], + "id" : "W. Luis Mochan", + "name" : "W. Luis Mochan" } ] }, - "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 - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, "plotOptions" : { "series" : { "dataLabels" : { @@ -178,6 +166,22 @@ "borderWidth" : 0 } }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "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/>" + }, "legend" : { "enabled" : 0 }, @@ -186,49 +190,49 @@ "colorByPoint" : 1, "data" : [ { - "y" : 3, "name" : "Dave Jacoby", + "y" : 3, "drilldown" : "Dave Jacoby" }, { - "name" : "E. Choroba", + "drilldown" : "E. Choroba", "y" : 2, - "drilldown" : "E. Choroba" + "name" : "E. Choroba" }, { "y" : 3, - "name" : "James Smith", - "drilldown" : "James Smith" + "drilldown" : "James Smith", + "name" : "James Smith" }, { - "drilldown" : "Lance Wicks", "name" : "Lance Wicks", - "y" : 2 + "y" : 2, + "drilldown" : "Lance Wicks" }, { "name" : "Lucas Ransan", - "y" : 2, - "drilldown" : "Lucas Ransan" + "drilldown" : "Lucas Ransan", + "y" : 2 }, { + "y" : 1, "drilldown" : "Mohammad S Anwar", - "name" : "Mohammad S Anwar", - "y" : 1 + "name" : "Mohammad S Anwar" }, { + "name" : "Niels van Dijke", "drilldown" : "Niels van Dijke", - "y" : 1, - "name" : "Niels van Dijke" + "y" : 1 }, { - "name" : "Roger Bell_West", - "y" : 3, - "drilldown" : "Roger Bell_West" + "y" : 4, + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West" }, { "name" : "Steven Wilson", - "y" : 1, - "drilldown" : "Steven Wilson" + "drilldown" : "Steven Wilson", + "y" : 1 }, { "drilldown" : "Stuart Little", @@ -237,8 +241,8 @@ }, { "y" : 1, - "name" : "Vinod Kumar K", - "drilldown" : "Vinod Kumar K" + "drilldown" : "Vinod Kumar K", + "name" : "Vinod Kumar K" }, { "drilldown" : "W. Luis Mochan", |
