diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 107 |
1 files changed, 61 insertions, 46 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5bf5dd2dec..fa0dfecd6c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,8 +1,6 @@ { - "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/>" + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { @@ -13,20 +11,27 @@ } } }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { + "name" : "Cheok-Yin Fung", + "id" : "Cheok-Yin Fung", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ], - "id" : "E. Choroba" + ] }, { "data" : [ @@ -39,12 +44,12 @@ 6 ] ], - "name" : "Luca Ferrari", - "id" : "Luca Ferrari" + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { - "id" : "Mark Anderson", "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", @@ -53,8 +58,8 @@ ] }, { - "id" : "Peter Campbell Smith", "name" : "Peter Campbell Smith", + "id" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -68,6 +73,7 @@ }, { "id" : "Robert DiCicco", + "name" : "Robert DiCicco", "data" : [ [ "Perl", @@ -77,8 +83,7 @@ "Raku", 1 ] - ], - "name" : "Robert DiCicco" + ] }, { "data" : [ @@ -95,16 +100,18 @@ "id" : "Roger Bell_West" }, { - "id" : "Tim Potapov", - "name" : "Tim Potapov", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "Tim Potapov", + "name" : "Tim Potapov" }, { + "id" : "W. Luis Mochan", + "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -114,75 +121,83 @@ "Blog", 1 ] - ], - "name" : "W. Luis Mochan", - "id" : "W. Luis Mochan" + ] } ] }, + "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/>" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "title" : { + "text" : "The Weekly Challenge - 190" + }, + "legend" : { + "enabled" : 0 + }, "series" : [ { - "colorByPoint" : 1, "name" : "The Weekly Challenge - 190", + "colorByPoint" : 1, "data" : [ { - "drilldown" : "E. Choroba", "y" : 2, - "name" : "E. Choroba" + "name" : "Cheok-Yin Fung", + "drilldown" : "Cheok-Yin Fung" + }, + { + "name" : "E. Choroba", + "drilldown" : "E. Choroba", + "y" : 2 }, { "drilldown" : "Luca Ferrari", - "y" : 8, - "name" : "Luca Ferrari" + "name" : "Luca Ferrari", + "y" : 8 }, { + "drilldown" : "Mark Anderson", "name" : "Mark Anderson", - "y" : 2, - "drilldown" : "Mark Anderson" + "y" : 2 }, { + "y" : 3, "drilldown" : "Peter Campbell Smith", - "name" : "Peter Campbell Smith", - "y" : 3 + "name" : "Peter Campbell Smith" }, { - "y" : 2, + "drilldown" : "Robert DiCicco", "name" : "Robert DiCicco", - "drilldown" : "Robert DiCicco" + "y" : 2 }, { + "y" : 4, "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West", - "y" : 4 + "name" : "Roger Bell_West" }, { - "name" : "Tim Potapov", "y" : 2, - "drilldown" : "Tim Potapov" + "drilldown" : "Tim Potapov", + "name" : "Tim Potapov" }, { - "drilldown" : "W. Luis Mochan", "name" : "W. Luis Mochan", + "drilldown" : "W. Luis Mochan", "y" : 3 } ] } ], - "title" : { - "text" : "The Weekly Challenge - 190" - }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" }, "subtitle" : { - "text" : "[Champions: 8] Last updated at 2022-11-08 20:02:47 GMT" - }, - "chart" : { - "type" : "column" + "text" : "[Champions: 9] Last updated at 2022-11-08 20:09:35 GMT" } } |
