diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 109 |
1 files changed, 64 insertions, 45 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index de23b12018..b624faec95 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,68 +1,81 @@ { - "chart" : { - "type" : "column" - }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2024-08-26 16:23:39 GMT" - }, - "title" : { - "text" : "The Weekly Challenge - 284" - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 } }, "series" : [ { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 284", "data" : [ { - "name" : "David Ferrone", "y" : 2, - "drilldown" : "David Ferrone" + "drilldown" : "David Ferrone", + "name" : "David Ferrone" }, { - "drilldown" : "Feng Chang", "y" : 2, - "name" : "Feng Chang" + "name" : "Feng Chang", + "drilldown" : "Feng Chang" }, { "drilldown" : "Niels van Dijke", - "y" : 2, - "name" : "Niels van Dijke" + "name" : "Niels van Dijke", + "y" : 2 }, { - "drilldown" : "Paulo Custodio", + "y" : 2, "name" : "Paulo Custodio", - "y" : 2 + "drilldown" : "Paulo Custodio" }, { - "drilldown" : "Torgny Lyon", + "y" : 2, "name" : "Torgny Lyon", - "y" : 2 + "drilldown" : "Torgny Lyon" }, { - "y" : 4, "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke" + "drilldown" : "Ulrich Rieke", + "y" : 4 + }, + { + "y" : 3, + "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan" } - ] + ], + "name" : "The Weekly Challenge - 284", + "colorByPoint" : 1 } ], + "title" : { + "text" : "The Weekly Challenge - 284" + }, + "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/>" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2024-08-26 17:06:38 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { @@ -106,13 +119,13 @@ "id" : "Paulo Custodio" }, { - "id" : "Torgny Lyon", "data" : [ [ "Perl", 2 ] ], + "id" : "Torgny Lyon", "name" : "Torgny Lyon" }, { @@ -128,15 +141,21 @@ ], "id" : "Ulrich Rieke", "name" : "Ulrich Rieke" + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "id" : "W. Luis Mochan", + "name" : "W. Luis Mochan" } ] - }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" } } |
