diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 115 |
1 files changed, 65 insertions, 50 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f2f2613da0..4b94ccee08 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,30 +1,4 @@ { - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge - 172" - }, - "legend" : { - "enabled" : 0 - }, "drilldown" : { "series" : [ { @@ -34,8 +8,8 @@ 2 ] ], - "name" : "Kjetil Skotheim", - "id" : "Kjetil Skotheim" + "id" : "Kjetil Skotheim", + "name" : "Kjetil Skotheim" }, { "data" : [ @@ -48,6 +22,16 @@ "id" : "Mark Anderson" }, { + "name" : "Philippe Bricout", + "id" : "Philippe Bricout", + "data" : [ + [ + "Perl", + 1 + ] + ] + }, + { "data" : [ [ "Perl", @@ -68,10 +52,12 @@ 1 ] ], - "name" : "Robert DiCicco", - "id" : "Robert DiCicco" + "id" : "Robert DiCicco", + "name" : "Robert DiCicco" }, { + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -81,12 +67,9 @@ "Raku", 2 ] - ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + ] }, { - "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -97,69 +80,101 @@ 1 ] ], - "name" : "W. Luis Mochan" + "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan" }, { + "name" : "Walt Mankowski", + "id" : "Walt Mankowski", "data" : [ [ "Perl", 2 ] - ], - "id" : "Walt Mankowski", - "name" : "Walt Mankowski" + ] } ] }, "subtitle" : { - "text" : "[Champions: 7] Last updated at 2022-07-05 09:53:07 GMT" + "text" : "[Champions: 8] Last updated at 2022-07-05 17:59:15 GMT" }, "series" : [ { "name" : "The Weekly Challenge - 172", "data" : [ { - "drilldown" : "Kjetil Skotheim", "name" : "Kjetil Skotheim", - "y" : 2 + "y" : 2, + "drilldown" : "Kjetil Skotheim" }, { + "name" : "Mark Anderson", "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" + "drilldown" : "Mark Anderson" + }, + { + "drilldown" : "Philippe Bricout", + "y" : 1, + "name" : "Philippe Bricout" }, { - "name" : "PokGoPun", "drilldown" : "PokGoPun", + "name" : "PokGoPun", "y" : 2 }, { - "name" : "Robert DiCicco", "drilldown" : "Robert DiCicco", - "y" : 3 + "y" : 3, + "name" : "Robert DiCicco" }, { - "name" : "Roger Bell_West", "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West", "y" : 4 }, { + "y" : 3, "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan", - "y" : 3 + "drilldown" : "W. Luis Mochan" }, { - "y" : 2, "drilldown" : "Walt Mankowski", + "y" : 2, "name" : "Walt Mankowski" } ], "colorByPoint" : 1 } ], + "xAxis" : { + "type" : "category" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } + }, + "legend" : { + "enabled" : 0 + }, + "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 - 172" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } } } |
