diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 117 |
1 files changed, 66 insertions, 51 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9e5811715b..b831c46207 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,88 +1,94 @@ { - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-04-16 10:56:20 GMT" - }, "title" : { "text" : "Perl Weekly Challenge - 004" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" }, "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "followPointer" : 1, - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, - "xAxis" : { - "type" : "category" - }, "series" : [ { "colorByPoint" : 1, "data" : [ { "y" : 2, - "name" : "Abigail", - "drilldown" : "Abigail" + "drilldown" : "Abigail", + "name" : "Abigail" }, { + "y" : 2, + "drilldown" : "Athanasius", + "name" : "Athanasius" + }, + { + "drilldown" : "Francis Whittle", "name" : "Francis Whittle", - "y" : 1, - "drilldown" : "Francis Whittle" + "y" : 1 }, { "drilldown" : "Dr James A. Smith", - "y" : 4, - "name" : "Dr James A. Smith" + "name" : "Dr James A. Smith", + "y" : 4 }, { - "drilldown" : "Jo Christian Oterhals", + "y" : 4, "name" : "Jo Christian Oterhals", - "y" : 4 + "drilldown" : "Jo Christian Oterhals" }, { + "y" : 2, "drilldown" : "John Barrett", - "name" : "John Barrett", - "y" : 2 + "name" : "John Barrett" }, { "name" : "Kivanc Yazan", - "y" : 1, - "drilldown" : "Kivanc Yazan" + "drilldown" : "Kivanc Yazan", + "y" : 1 }, { - "y" : 2, "name" : "Matt Latusek", - "drilldown" : "Matt Latusek" + "drilldown" : "Matt Latusek", + "y" : 2 }, { + "name" : "Maxim Kolodyazhny", "drilldown" : "Maxim Kolodyazhny", - "y" : 1, - "name" : "Maxim Kolodyazhny" + "y" : 1 } ], "name" : "Champions" } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-04-16 12:00:23 GMT" + }, + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { - "name" : "Abigail", "id" : "Abigail", + "name" : "Abigail", + "data" : [ + [ + "Perl 5", + 2 + ] + ] + }, + { + "id" : "Athanasius", + "name" : "Athanasius", "data" : [ [ "Perl 5", @@ -91,16 +97,17 @@ ] }, { + "id" : "Francis Whittle", "name" : "Francis Whittle", "data" : [ [ "Perl 6", 1 ] - ], - "id" : "Francis Whittle" + ] }, { + "id" : "Dr James A. Smith", "name" : "Dr James A. Smith", "data" : [ [ @@ -111,11 +118,9 @@ "Perl 6", 2 ] - ], - "id" : "Dr James A. Smith" + ] }, { - "name" : "Jo Christian Oterhals", "id" : "Jo Christian Oterhals", "data" : [ [ @@ -126,11 +131,12 @@ "Perl 6", 2 ] - ] + ], + "name" : "Jo Christian Oterhals" }, { - "name" : "John Barrett", "id" : "John Barrett", + "name" : "John Barrett", "data" : [ [ "Perl 5", @@ -139,37 +145,46 @@ ] }, { + "id" : "Kivanc Yazan", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Kivanc Yazan", "name" : "Kivanc Yazan" }, { + "id" : "Matt Latusek", "name" : "Matt Latusek", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Matt Latusek" + ] }, { + "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Maxim Kolodyazhny", - "name" : "Maxim Kolodyazhny" + ] } ] }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, "legend" : { "enabled" : 0 } |
