diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 189 |
1 files changed, 102 insertions, 87 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8369f370a8..39099507d0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,90 +1,54 @@ { - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "xAxis" : { "type" : "category" }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Abigail", - "y" : 2, - "name" : "Abigail" - }, - { - "y" : 4, - "name" : "Dave Jacoby", - "drilldown" : "Dave Jacoby" - }, - { - "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 - }, - { - "drilldown" : "James Smith", - "y" : 3, - "name" : "James Smith" - }, - { - "y" : 4, - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari" - }, - { - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 - }, - { - "drilldown" : "PokGoPun", - "y" : 2, - "name" : "PokGoPun" - }, - { - "y" : 5, - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West" - }, - { - "drilldown" : "W. Luis Mochan", - "name" : "W. Luis Mochan", - "y" : 3 - } - ], - "name" : "The Weekly Challenge - 152" - } - ], "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } } }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2022-02-17 15:20:39 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { + "name" : "Abigail", "data" : [ [ "Perl", 2 ] ], - "name" : "Abigail", "id" : "Abigail" }, { + "id" : "Alexander Pankoff", + "name" : "Alexander Pankoff", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { + "name" : "Dave Jacoby", "data" : [ [ "Perl", @@ -95,7 +59,6 @@ 2 ] ], - "name" : "Dave Jacoby", "id" : "Dave Jacoby" }, { @@ -109,7 +72,7 @@ "id" : "E. Choroba" }, { - "id" : "James Smith", + "name" : "James Smith", "data" : [ [ "Perl", @@ -120,9 +83,11 @@ 1 ] ], - "name" : "James Smith" + "id" : "James Smith" }, { + "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -132,31 +97,30 @@ "Blog", 2 ] - ], - "name" : "Luca Ferrari", - "id" : "Luca Ferrari" + ] }, { "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Mark Anderson" }, { - "id" : "PokGoPun", - "name" : "PokGoPun", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "PokGoPun", + "id" : "PokGoPun" }, { + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -171,10 +135,10 @@ 1 ] ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + "name" : "Roger Bell_West" }, { + "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -185,23 +149,74 @@ 1 ] ], - "name" : "W. Luis Mochan", "id" : "W. Luis Mochan" } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "series" : [ + { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 152", + "data" : [ + { + "name" : "Abigail", + "drilldown" : "Abigail", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Alexander Pankoff", + "name" : "Alexander Pankoff" + }, + { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 4 + }, + { + "y" : 2, + "drilldown" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "y" : 3, + "name" : "James Smith", + "drilldown" : "James Smith" + }, + { + "y" : 4, + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" + }, + { + "y" : 2, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "drilldown" : "PokGoPun", + "name" : "PokGoPun", + "y" : 2 + }, + { + "y" : 5, + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West" + }, + { + "y" : 3, + "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan" + } + ] } - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2022-02-17 15:07:07 GMT" - }, + ], "title" : { "text" : "The Weekly Challenge - 152" }, - "chart" : { - "type" : "column" + "tooltip" : { + "followPointer" : 1, + "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/>" } } |
