diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 138 |
1 files changed, 71 insertions, 67 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 70a63b557b..23e81b11ca 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,6 +1,25 @@ { - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-07-26 11:54:18 GMT" + "tooltip" : { + "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/>", + "followPointer" : 1 + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ @@ -11,31 +30,34 @@ 2 ] ], - "id" : "Andrezgz", - "name" : "Andrezgz" + "name" : "Andrezgz", + "id" : "Andrezgz" }, { + "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Duane Powell", - "id" : "Duane Powell" + "name" : "Duane Powell" }, { - "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 + ], + [ + "Blog", + 1 ] - ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" }, { - "id" : "Laurent Rosenfeld", "name" : "Laurent Rosenfeld", "data" : [ [ @@ -50,7 +72,8 @@ "Blog", 2 ] - ] + ], + "id" : "Laurent Rosenfeld" }, { "data" : [ @@ -63,26 +86,28 @@ "id" : "Lubos Kolouch" }, { + "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] ], - "name" : "Ozzy", "id" : "Ozzy" }, { "name" : "Roger Bell West", - "id" : "Roger Bell West", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Roger Bell West" }, { + "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg", "data" : [ [ "Perl 5", @@ -92,119 +117,98 @@ "Perl 6", 2 ] - ], - "name" : "Ruben Westerberg", - "id" : "Ruben Westerberg" + ] }, { + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "name" : "Simon Proctor" }, { + "id" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Steven Wilson", "name" : "Steven Wilson" } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2019-07-26 18:44:28 GMT" }, "series" : [ { - "name" : "Perl Weekly Challenge - 018", - "colorByPoint" : 1, "data" : [ { - "drilldown" : "Andrezgz", "name" : "Andrezgz", - "y" : 2 + "y" : 2, + "drilldown" : "Andrezgz" }, { - "y" : 2, + "drilldown" : "Duane Powell", "name" : "Duane Powell", - "drilldown" : "Duane Powell" + "y" : 2 }, { "drilldown" : "E. Choroba", - "y" : 2, + "y" : 3, "name" : "E. Choroba" }, { "drilldown" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", - "y" : 6 + "y" : 6, + "name" : "Laurent Rosenfeld" }, { - "y" : 2, "name" : "Lubos Kolouch", + "y" : 2, "drilldown" : "Lubos Kolouch" }, { - "y" : 1, "name" : "Ozzy", + "y" : 1, "drilldown" : "Ozzy" }, { + "drilldown" : "Roger Bell West", "y" : 2, - "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" + "name" : "Roger Bell West" }, { - "drilldown" : "Ruben Westerberg", "name" : "Ruben Westerberg", - "y" : 4 + "y" : 4, + "drilldown" : "Ruben Westerberg" }, { - "drilldown" : "Simon Proctor", "y" : 2, - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" }, { + "drilldown" : "Steven Wilson", "y" : 1, - "name" : "Steven Wilson", - "drilldown" : "Steven Wilson" + "name" : "Steven Wilson" } - ] + ], + "name" : "Perl Weekly Challenge - 018", + "colorByPoint" : 1 } ], - "title" : { - "text" : "Perl Weekly Challenge - 018" + "chart" : { + "type" : "column" }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "legend" : { + "enabled" : 0 }, - "tooltip" : { - "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/>", - "followPointer" : 1 + "title" : { + "text" : "Perl Weekly Challenge - 018" } } |
