diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 101 |
1 files changed, 58 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8fd4c4cf0c..eca7113f45 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,32 +1,22 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "title" : { - "text" : "The Weekly Challenge - 152" - }, - "chart" : { - "type" : "column" - }, - "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 - }, "drilldown" : { "series" : [ { + "name" : "Abigail", + "id" : "Abigail", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { "id" : "E. Choroba", "name" : "E. Choroba", "data" : [ @@ -51,8 +41,6 @@ ] }, { - "name" : "Luca Ferrari", - "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -62,7 +50,9 @@ "Blog", 2 ] - ] + ], + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { "data" : [ @@ -75,6 +65,8 @@ "id" : "Mark Anderson" }, { + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -84,13 +76,9 @@ "Raku", 2 ] - ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + ] }, { - "id" : "W. Luis Mochan", - "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -100,55 +88,82 @@ "Blog", 1 ] - ] + ], + "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan" } ] }, + "xAxis" : { + "type" : "category" + }, "series" : [ { "name" : "The Weekly Challenge - 152", + "colorByPoint" : 1, "data" : [ { + "drilldown" : "Abigail", + "name" : "Abigail", + "y" : 2 + }, + { "name" : "E. Choroba", "y" : 2, "drilldown" : "E. Choroba" }, { - "drilldown" : "James Smith", + "name" : "James Smith", "y" : 3, - "name" : "James Smith" + "drilldown" : "James Smith" }, { - "y" : 4, "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" + "name" : "Luca Ferrari", + "y" : 4 }, { - "name" : "Mark Anderson", "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", "y" : 2 }, { - "y" : 4, "drilldown" : "Roger Bell_West", + "y" : 4, "name" : "Roger Bell_West" }, { - "y" : 3, "drilldown" : "W. Luis Mochan", - "name" : "W. Luis Mochan" + "name" : "W. Luis Mochan", + "y" : 3 } - ], - "colorByPoint" : 1 + ] } ], - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2022-02-16 10:39:34 GMT" + }, + "chart" : { + "type" : "column" }, "legend" : { "enabled" : 0 }, - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2022-02-16 10:22:42 GMT" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "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 + }, + "title" : { + "text" : "The Weekly Challenge - 152" } } |
