diff options
| author | drclaw1394 <drclaw@mac.com> | 2019-12-26 13:03:51 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-26 13:03:51 +1000 |
| commit | 680c45532e49d93c882dc062d9c7394ce8ddac31 (patch) | |
| tree | 323459288c4d58e1a94f4f1e2d1ccaff39993238 /stats/pwc-current.json | |
| parent | c3497f2ab3d29d8578be2f238823f0c25ee9d489 (diff) | |
| parent | 8197e767f4477a114b1a25e77cb277d58c621102 (diff) | |
| download | perlweeklychallenge-club-680c45532e49d93c882dc062d9c7394ce8ddac31.tar.gz perlweeklychallenge-club-680c45532e49d93c882dc062d9c7394ce8ddac31.tar.bz2 perlweeklychallenge-club-680c45532e49d93c882dc062d9c7394ce8ddac31.zip | |
Merge pull request #39 from manwar/master
Update to w40
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 200 |
1 files changed, 164 insertions, 36 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d0c6052d1e..917573e2c4 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,62 +1,98 @@ { - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-12-16 15:45:06 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" }, "series" : [ { - "colorByPoint" : 1, "data" : [ { - "drilldown" : "Javier Luque", + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { + "y" : 2, + "name" : "E. Choroba", + "drilldown" : "E. Choroba" + }, + { "name" : "Javier Luque", - "y" : 5 + "y" : 5, + "drilldown" : "Javier Luque" + }, + { + "y" : 2, + "name" : "Lubos Kolouch", + "drilldown" : "Lubos Kolouch" }, { - "y" : 4, "name" : "Roger Bell West", + "y" : 4, "drilldown" : "Roger Bell West" }, { + "name" : "Ryan Thompson", + "y" : 5, + "drilldown" : "Ryan Thompson" + }, + { + "name" : "Saif Ahmed", + "y" : 2, + "drilldown" : "Saif Ahmed" + }, + { + "y" : 2, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { "drilldown" : "Steven Wilson", "name" : "Steven Wilson", "y" : 2 + }, + { + "y" : 2, + "name" : "Ulrich Rieke", + "drilldown" : "Ulrich Rieke" + }, + { + "y" : 2, + "name" : "Wanderdoc", + "drilldown" : "Wanderdoc" } ], - "name" : "Perl Weekly Challenge - 039" + "name" : "Perl Weekly Challenge - 040", + "colorByPoint" : 1 } ], - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "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 }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { - "name" : "Javier Luque", + "name" : "Andrezgz", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Andrezgz" + }, + { + "name" : "E. Choroba", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "E. Choroba" + }, + { "data" : [ [ "Perl 5", @@ -71,7 +107,18 @@ 1 ] ], - "id" : "Javier Luque" + "id" : "Javier Luque", + "name" : "Javier Luque" + }, + { + "name" : "Lubos Kolouch", + "id" : "Lubos Kolouch", + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { "name" : "Roger Bell West", @@ -88,18 +135,99 @@ "id" : "Roger Bell West" }, { - "id" : "Steven Wilson", + "id" : "Ryan Thompson", + "data" : [ + [ + "Perl 5", + 2 + ], + [ + "Perl 6", + 2 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Ryan Thompson" + }, + { + "name" : "Saif Ahmed", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Steven Wilson" + "id" : "Saif Ahmed" + }, + { + "name" : "Simon Proctor", + "id" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 2 + ] + ] + }, + { + "name" : "Steven Wilson", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Steven Wilson" + }, + { + "id" : "Ulrich Rieke", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Ulrich Rieke" + }, + { + "name" : "Wanderdoc", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Wanderdoc" } ] }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "title" : { - "text" : "Perl Weekly Challenge - 039" + "text" : "Perl Weekly Challenge - 040" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2019-12-26 01:48:34 GMT" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } } } |
