diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 133 |
1 files changed, 74 insertions, 59 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 01e2f80269..857ee96beb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,74 +1,23 @@ { - "chart" : { - "type" : "column" - }, "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "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/>" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2022-08-22 14:39:49 GMT" - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Dario Mazzeo", - "y" : 1, - "name" : "Dario Mazzeo" - }, - { - "drilldown" : "Luca Ferrari", - "y" : 8, - "name" : "Luca Ferrari" - }, - { - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 - } - ], - "name" : "The Weekly Challenge - 179", - "colorByPoint" : 1 - } - ], - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "title" : { - "text" : "The Weekly Challenge - 179" - }, "drilldown" : { "series" : [ { - "id" : "Dario Mazzeo", + "name" : "Dario Mazzeo", "data" : [ [ "Perl", 1 ] ], - "name" : "Dario Mazzeo" + "id" : "Dario Mazzeo" }, { + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -79,11 +28,19 @@ 6 ] ], - "id" : "Luca Ferrari", - "name" : "Luca Ferrari" + "id" : "Luca Ferrari" + }, + { + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -94,8 +51,66 @@ 2 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] + }, + "title" : { + "text" : "The Weekly Challenge - 179" + }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2022-08-23 12:54:24 GMT" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "data" : [ + { + "y" : 1, + "name" : "Dario Mazzeo", + "drilldown" : "Dario Mazzeo" + }, + { + "y" : 8, + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari" + }, + { + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", + "y" : 2 + }, + { + "y" : 4, + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West" + } + ], + "name" : "The Weekly Challenge - 179", + "colorByPoint" : 1 + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
