diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 113 |
1 files changed, 64 insertions, 49 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9aa908ea06..c8d253f6c6 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,36 @@ { + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "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: 6] Last updated at 2021-02-09 23:51:15 GMT" + }, "drilldown" : { "series" : [ { - "name" : "Luca Ferrari", + "name" : "E. Choroba", + "id" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -30,6 +57,8 @@ "id" : "Roger Bell_West" }, { + "name" : "Simon Green", + "id" : "Simon Green", "data" : [ [ "Perl", @@ -39,9 +68,7 @@ "Blog", 1 ] - ], - "name" : "Simon Green", - "id" : "Simon Green" + ] }, { "id" : "Simon Proctor", @@ -54,8 +81,6 @@ ] }, { - "id" : "Stuart Little", - "name" : "Stuart Little", "data" : [ [ "Perl", @@ -65,75 +90,65 @@ "Raku", 2 ] - ] + ], + "id" : "Stuart Little", + "name" : "Stuart Little" } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "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/>" - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-02-09 23:27:19 GMT" - }, "series" : [ { - "name" : "Perl Weekly Challenge - 099", "data" : [ { + "name" : "E. Choroba", + "drilldown" : "E. Choroba", + "y" : 2 + }, + { "name" : "Luca Ferrari", - "y" : 4, - "drilldown" : "Luca Ferrari" + "drilldown" : "Luca Ferrari", + "y" : 4 }, { - "name" : "Roger Bell_West", "y" : 4, + "name" : "Roger Bell_West", "drilldown" : "Roger Bell_West" }, { + "drilldown" : "Simon Green", "name" : "Simon Green", - "y" : 3, - "drilldown" : "Simon Green" + "y" : 3 }, { + "name" : "Simon Proctor", "drilldown" : "Simon Proctor", - "y" : 2, - "name" : "Simon Proctor" + "y" : 2 }, { + "name" : "Stuart Little", "drilldown" : "Stuart Little", - "y" : 4, - "name" : "Stuart Little" + "y" : 4 } ], - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 099" } ], "title" : { "text" : "Perl Weekly Challenge - 099" + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" } } |
