diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-25 07:47:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-25 07:47:03 +0100 |
| commit | ee6c2a4a499072f50f7268acf7d49cf59c58f543 (patch) | |
| tree | 7181397d3767113948b8bacd1e2e0d7be0cb828d /stats/pwc-current.json | |
| parent | fcd458d821de3aa68f85b2e39c8cc7384f616d5e (diff) | |
| download | perlweeklychallenge-club-ee6c2a4a499072f50f7268acf7d49cf59c58f543.tar.gz perlweeklychallenge-club-ee6c2a4a499072f50f7268acf7d49cf59c58f543.tar.bz2 perlweeklychallenge-club-ee6c2a4a499072f50f7268acf7d49cf59c58f543.zip | |
- Added template for Walt Mankowski.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 114 |
1 files changed, 57 insertions, 57 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 7d4e9ae904..e7a7d6ae80 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,7 @@ { - "legend" : { - "enabled" : 0 - }, "series" : [ { + "name" : "Perl Weekly Challenge - 014", "data" : [ { "name" : "Aaron Sherman", @@ -16,8 +14,8 @@ "y" : 2 }, { - "name" : "Dave Jacoby", "y" : 3, + "name" : "Dave Jacoby", "drilldown" : "Dave Jacoby" }, { @@ -36,14 +34,14 @@ "drilldown" : "Gustavo Chaves" }, { - "name" : "Kevin Colyer", + "drilldown" : "Kevin Colyer", "y" : 2, - "drilldown" : "Kevin Colyer" + "name" : "Kevin Colyer" }, { - "drilldown" : "Lubos Kolouch", + "name" : "Lubos Kolouch", "y" : 3, - "name" : "Lubos Kolouch" + "drilldown" : "Lubos Kolouch" }, { "drilldown" : "Robert Van Dam", @@ -51,41 +49,45 @@ "name" : "Robert Van Dam" }, { - "y" : 1, + "drilldown" : "Simon Proctor", "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "y" : 1 }, { "drilldown" : "Steven Wilson", - "y" : 1, - "name" : "Steven Wilson" + "name" : "Steven Wilson", + "y" : 1 } ], - "name" : "Perl Weekly Challenge - 014", "colorByPoint" : 1 } ], - "tooltip" : { - "followPointer" : 1, - "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/>" - }, - "subtitle" : { - "text" : "[Champions: 11] Last updated at 2019-06-25 06:33:47 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } }, + "title" : { + "text" : "Perl Weekly Challenge - 014" + }, "chart" : { "type" : "column" }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2019-06-25 06:46:45 GMT" + }, "drilldown" : { "series" : [ { - "id" : "Aaron Sherman", "name" : "Aaron Sherman", + "id" : "Aaron Sherman", "data" : [ [ "Perl 6", @@ -104,8 +106,6 @@ ] }, { - "name" : "Dave Jacoby", - "id" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -115,11 +115,13 @@ "Blog", 1 ] - ] + ], + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { - "id" : "Donald Hunter", "name" : "Donald Hunter", + "id" : "Donald Hunter", "data" : [ [ "Perl 6", @@ -132,24 +134,24 @@ ] }, { + "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "E. Choroba", - "name" : "E. Choroba" + ] }, { + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + ] }, { "id" : "Kevin Colyer", @@ -168,54 +170,52 @@ 3 ] ], - "id" : "Lubos Kolouch", - "name" : "Lubos Kolouch" + "name" : "Lubos Kolouch", + "id" : "Lubos Kolouch" }, { + "id" : "Robert Van Dam", + "name" : "Robert Van Dam", "data" : [ [ "Perl 5", 3 ] - ], - "name" : "Robert Van Dam", - "id" : "Robert Van Dam" + ] }, { + "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ], - "id" : "Simon Proctor", - "name" : "Simon Proctor" + ] }, { - "id" : "Steven Wilson", - "name" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Steven Wilson", + "id" : "Steven Wilson" } ] }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, - "xAxis" : { - "type" : "category" + "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/>", + "followPointer" : 1 }, - "title" : { - "text" : "Perl Weekly Challenge - 014" + "legend" : { + "enabled" : 0 } } |
