diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 148 |
1 files changed, 104 insertions, 44 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 4a87fbdd9d..508de0b670 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,23 +1,42 @@ { - "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 - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2024-07-29 11:29:17 GMT" - }, - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : 0 }, "drilldown" : { "series" : [ { - "name" : "E. Choroba", + "data" : [ + [ + "Perl", + 1 + ] + ], + "id" : "Alexander Karelas", + "name" : "Alexander Karelas" + }, + { + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "Dave Jacoby", + "name" : "Dave Jacoby" + }, + { + "data" : [ + [ + "Perl", + 2 + ] + ], + "name" : "David Ferrone", + "id" : "David Ferrone" + }, + { "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl", @@ -27,17 +46,15 @@ }, { "name" : "Feng Chang", + "id" : "Feng Chang", "data" : [ [ "Raku", 2 ] - ], - "id" : "Feng Chang" + ] }, { - "name" : "Luca Ferrari", - "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -47,21 +64,31 @@ "Blog", 10 ] - ] + ], + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { - "name" : "Mark Anderson", - "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] + ], + "name" : "Mark Anderson", + "id" : "Mark Anderson" + }, + { + "name" : "Peter Meszaros", + "id" : "Peter Meszaros", + "data" : [ + [ + "Perl", + 2 + ] ] }, { - "name" : "Thomas Kohler", - "id" : "Thomas Kohler", "data" : [ [ "Perl", @@ -71,48 +98,70 @@ "Blog", 2 ] - ] + ], + "name" : "Thomas Kohler", + "id" : "Thomas Kohler" } ] }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, - "title" : { - "text" : "The Weekly Challenge - 280" + "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 + }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2024-07-29 17:18:10 GMT" }, "series" : [ { - "colorByPoint" : 1, "data" : [ { - "name" : "E. Choroba", + "name" : "Alexander Karelas", + "drilldown" : "Alexander Karelas", + "y" : 1 + }, + { "y" : 2, - "drilldown" : "E. Choroba" + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby" }, { - "name" : "Feng Chang", - "drilldown" : "Feng Chang", + "name" : "David Ferrone", + "drilldown" : "David Ferrone", "y" : 2 }, { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "name" : "Feng Chang", + "y" : 2, + "drilldown" : "Feng Chang" + }, + { "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari", "y" : 12 }, { - "name" : "Mark Anderson", "drilldown" : "Mark Anderson", - "y" : 2 + "y" : 2, + "name" : "Mark Anderson" + }, + { + "name" : "Peter Meszaros", + "y" : 2, + "drilldown" : "Peter Meszaros" }, { "y" : 4, @@ -120,12 +169,23 @@ "name" : "Thomas Kohler" } ], + "colorByPoint" : 1, "name" : "The Weekly Challenge - 280" } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } + }, + "title" : { + "text" : "The Weekly Challenge - 280" } } |
