diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 112 |
1 files changed, 86 insertions, 26 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index dab99ba62c..1eac00e395 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,123 @@ { - "title" : { - "text" : "The Weekly Challenge - 287" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2024-09-16 12:30:20 GMT" + "xAxis" : { + "type" : "category" }, "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 + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" }, - "series" : [ - { - "name" : "The Weekly Challenge - 287", - "colorByPoint" : 1, - "data" : [ - { - "name" : "Lubos Kolouch", - "drilldown" : "Lubos Kolouch", - "y" : 2 - } - ] - } - ], "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" }, + "series" : [ + { + "data" : [ + { + "name" : "David Ferrone", + "y" : 2, + "drilldown" : "David Ferrone" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "name" : "Kjetil Skotheim", + "y" : 2, + "drilldown" : "Kjetil Skotheim" + }, + { + "name" : "Lubos Kolouch", + "y" : 2, + "drilldown" : "Lubos Kolouch" + }, + { + "drilldown" : "Paulo Custodio", + "y" : 2, + "name" : "Paulo Custodio" + } + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 287" + } + ], "legend" : { "enabled" : 0 }, "drilldown" : { "series" : [ { + "id" : "David Ferrone", "data" : [ [ "Perl", 2 ] ], + "name" : "David Ferrone" + }, + { + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "name" : "Kjetil Skotheim", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "Kjetil Skotheim" + }, + { "id" : "Lubos Kolouch", + "data" : [ + [ + "Perl", + 2 + ] + ], "name" : "Lubos Kolouch" + }, + { + "name" : "Paulo Custodio", + "id" : "Paulo Custodio", + "data" : [ + [ + "Perl", + 2 + ] + ] } ] }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2024-09-16 19:27:04 GMT" }, "yAxis" : { "title" : { "text" : "Total Solutions" } + }, + "title" : { + "text" : "The Weekly Challenge - 287" } } |
