diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 135 |
1 files changed, 79 insertions, 56 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 7cca1ee75f..6af0bc88d6 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,75 +1,88 @@ { - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "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/>" - }, "subtitle" : { - "text" : "[Champions: 8] Last updated at 2022-03-15 23:57:44 GMT" + "text" : "[Champions: 9] Last updated at 2022-03-16 00:10:25 GMT" + }, + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } }, "series" : [ { - "name" : "The Weekly Challenge - 156", - "colorByPoint" : 1, "data" : [ { + "name" : "Dave Jacoby", "y" : 3, - "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby" + "drilldown" : "Dave Jacoby" }, { - "y" : 3, + "name" : "James Smith", "drilldown" : "James Smith", - "name" : "James Smith" + "y" : 3 + }, + { + "name" : "Laurent Rosenfeld", + "drilldown" : "Laurent Rosenfeld", + "y" : 5 }, { - "y" : 2, "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" + "drilldown" : "Mark Anderson", + "y" : 2 }, { - "y" : 2, "name" : "PokGoPun", - "drilldown" : "PokGoPun" + "drilldown" : "PokGoPun", + "y" : 2 }, { "name" : "Robert DiCicco", - "drilldown" : "Robert DiCicco", - "y" : 4 + "y" : 4, + "drilldown" : "Robert DiCicco" }, { "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West", - "y" : 4 + "y" : 4, + "name" : "Roger Bell_West" }, { - "name" : "Ulrich Rieke", + "y" : 4, "drilldown" : "Ulrich Rieke", - "y" : 4 + "name" : "Ulrich Rieke" }, { - "drilldown" : "W. Luis Mochan", "name" : "W. Luis Mochan", + "drilldown" : "W. Luis Mochan", "y" : 3 } - ] + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 156" } ], + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { "id" : "Dave Jacoby", + "name" : "Dave Jacoby", "data" : [ [ "Perl", @@ -79,8 +92,7 @@ "Blog", 1 ] - ], - "name" : "Dave Jacoby" + ] }, { "name" : "James Smith", @@ -97,26 +109,46 @@ ] }, { + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ], + [ + "Blog", + 1 + ] + ] + }, + { + "name" : "Mark Anderson", "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ], - "name" : "Mark Anderson" + ] }, { - "name" : "PokGoPun", "data" : [ [ "Perl", 2 ] ], - "id" : "PokGoPun" + "id" : "PokGoPun", + "name" : "PokGoPun" }, { + "id" : "Robert DiCicco", + "name" : "Robert DiCicco", "data" : [ [ "Perl", @@ -126,12 +158,9 @@ "Raku", 2 ] - ], - "id" : "Robert DiCicco", - "name" : "Robert DiCicco" + ] }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -142,10 +171,10 @@ 2 ] ], + "name" : "Roger Bell_West", "id" : "Roger Bell_West" }, { - "name" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -156,9 +185,11 @@ 2 ] ], - "id" : "Ulrich Rieke" + "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke" }, { + "name" : "W. Luis Mochan", "id" : "W. Luis Mochan", "data" : [ [ @@ -169,24 +200,16 @@ "Blog", 1 ] - ], - "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 + }, "title" : { "text" : "The Weekly Challenge - 156" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } } } |
