diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 143 |
1 files changed, 81 insertions, 62 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index feae7bbae4..640fbe1f57 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,24 +2,24 @@ "drilldown" : { "series" : [ { + "name" : "Andreas Mahnke", + "id" : "Andreas Mahnke", "data" : [ [ "Perl", 2 ] - ], - "name" : "Andreas Mahnke", - "id" : "Andreas Mahnke" + ] }, { - "id" : "David Ferrone", "data" : [ [ "Perl", 2 ] ], - "name" : "David Ferrone" + "name" : "David Ferrone", + "id" : "David Ferrone" }, { "id" : "E. Choroba", @@ -32,37 +32,36 @@ ] }, { + "id" : "Lubos Kolouch", + "name" : "Lubos Kolouch", "data" : [ [ "Perl", 2 ] - ], - "name" : "Lubos Kolouch", - "id" : "Lubos Kolouch" + ] }, { - "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Mark Anderson", + "id" : "Mark Anderson" }, { + "id" : "Niels van Dijke", "name" : "Niels van Dijke", "data" : [ [ "Perl", 2 ] - ], - "id" : "Niels van Dijke" + ] }, { - "id" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -73,21 +72,22 @@ 1 ] ], + "id" : "Peter Campbell Smith", "name" : "Peter Campbell Smith" }, { - "id" : "Peter Meszaros", "data" : [ [ "Perl", 2 ] ], + "id" : "Peter Meszaros", "name" : "Peter Meszaros" }, { - "id" : "Ulrich Rieke", - "name" : "Ulrich Rieke", + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -100,6 +100,20 @@ ] }, { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "name" : "Ulrich Rieke", + "id" : "Ulrich Rieke" + }, + { "id" : "W. Luis Mochan", "name" : "W. Luis Mochan", "data" : [ @@ -115,28 +129,59 @@ } ] }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2025-01-28 12:28:43 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "tooltip" : { + "followPointer" : 1, + "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/>" + }, + "title" : { + "text" : "The Weekly Challenge - 306" + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 306", "data" : [ { + "name" : "Andreas Mahnke", "y" : 2, - "drilldown" : "Andreas Mahnke", - "name" : "Andreas Mahnke" + "drilldown" : "Andreas Mahnke" }, { - "drilldown" : "David Ferrone", + "name" : "David Ferrone", "y" : 2, - "name" : "David Ferrone" + "drilldown" : "David Ferrone" }, { - "name" : "E. Choroba", "y" : 2, - "drilldown" : "E. Choroba" + "drilldown" : "E. Choroba", + "name" : "E. Choroba" }, { + "name" : "Lubos Kolouch", "drilldown" : "Lubos Kolouch", - "y" : 2, - "name" : "Lubos Kolouch" + "y" : 2 }, { "name" : "Mark Anderson", @@ -144,8 +189,8 @@ "y" : 2 }, { - "drilldown" : "Niels van Dijke", "y" : 2, + "drilldown" : "Niels van Dijke", "name" : "Niels van Dijke" }, { @@ -155,56 +200,30 @@ }, { "name" : "Peter Meszaros", - "y" : 2, - "drilldown" : "Peter Meszaros" + "drilldown" : "Peter Meszaros", + "y" : 2 + }, + { + "name" : "Roger Bell_West", + "y" : 4, + "drilldown" : "Roger Bell_West" }, { + "name" : "Ulrich Rieke", "y" : 4, - "drilldown" : "Ulrich Rieke", - "name" : "Ulrich Rieke" + "drilldown" : "Ulrich Rieke" }, { "drilldown" : "W. Luis Mochan", "y" : 3, "name" : "W. Luis Mochan" } - ], - "name" : "The Weekly Challenge - 306", - "colorByPoint" : 1 + ] } ], - "title" : { - "text" : "The Weekly Challenge - 306" - }, - "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 - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2025-01-28 10:41:45 GMT" } } |
