diff options
| author | Adam Russell <ac.russell@live.com> | 2019-05-03 00:35:19 -0400 |
|---|---|---|
| committer | Adam Russell <ac.russell@live.com> | 2019-05-03 00:35:19 -0400 |
| commit | 17e3a37d3fd6bcc4219336e7bea9cf5ba8cf1be0 (patch) | |
| tree | c4a882062cc0804472a935b3e801d71efcea3f19 /stats/pwc-current.json | |
| parent | f672cd2a5494692f01e25491da63c64f2c859a71 (diff) | |
| parent | 32ab749b5a997c7791867f6e7e1c4a5f6fdab8d1 (diff) | |
| download | perlweeklychallenge-club-17e3a37d3fd6bcc4219336e7bea9cf5ba8cf1be0.tar.gz perlweeklychallenge-club-17e3a37d3fd6bcc4219336e7bea9cf5ba8cf1be0.tar.bz2 perlweeklychallenge-club-17e3a37d3fd6bcc4219336e7bea9cf5ba8cf1be0.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 225 |
1 files changed, 182 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f3922557ad..022df4c9c2 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,50 +1,63 @@ { - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "name" : "Champions", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Joelle Maslak", - "y" : 4, - "name" : "Joelle Maslak" - } - ] - } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-04-29 09:24:04 GMT" + "text" : "[Champions: 10] Last updated at 2019-05-02 18:53:17 GMT" }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { - "id" : "Joelle Maslak", - "name" : "Joelle Maslak", + "id" : "Alicia Bielsa", + "name" : "Alicia Bielsa", + "data" : [ + [ + "Perl 5", + 1 + ] + ] + }, + { + "name" : "Andrezgz", + "id" : "Andrezgz", + "data" : [ + [ + "Perl 5", + 2 + ] + ] + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Athanasius", + "id" : "Athanasius" + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves" + }, + { "data" : [ [ "Perl 5", @@ -54,14 +67,140 @@ "Perl 6", 2 ] - ] + ], + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" + }, + { + "data" : [ + [ + "Perl 5", + 1 + ], + [ + "Perl 6", + 1 + ] + ], + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny" + }, + { + "data" : [ + [ + "Perl 6", + 1 + ] + ], + "name" : "Simon Proctor", + "id" : "Simon Proctor" + }, + { + "data" : [ + [ + "Perl 6", + 2 + ] + ], + "id" : "Tim Smith", + "name" : "Tim Smith" } ] }, + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Alicia Bielsa", + "name" : "Alicia Bielsa", + "y" : 1 + }, + { + "drilldown" : "Andrezgz", + "name" : "Andrezgz", + "y" : 2 + }, + { + "y" : 2, + "name" : "Athanasius", + "drilldown" : "Athanasius" + }, + { + "y" : 2, + "name" : "E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "drilldown" : "Gustavo Chaves", + "name" : "Gustavo Chaves", + "y" : 2 + }, + { + "y" : 4, + "name" : "Joelle Maslak", + "drilldown" : "Joelle Maslak" + }, + { + "drilldown" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", + "y" : 2 + }, + { + "y" : 2, + "name" : "Maxim Kolodyazhny", + "drilldown" : "Maxim Kolodyazhny" + }, + { + "drilldown" : "Simon Proctor", + "y" : 1, + "name" : "Simon Proctor" + }, + { + "drilldown" : "Tim Smith", + "name" : "Tim Smith", + "y" : 2 + } + ], + "colorByPoint" : 1, + "name" : "Champions" + } + ], "title" : { "text" : "Perl Weekly Challenge - 006" }, - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "pointerFormat" : "<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}" + } + } } } |
