diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-30 19:04:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-30 19:04:26 +0100 |
| commit | fa6d2c6f00f7a9067c5366cbeabfba77bb727b61 (patch) | |
| tree | b6d195ad2ec9c83c3dbe94196a0b10e22f3a9a92 /stats/pwc-current.json | |
| parent | 5ddee5bfd31812f2f3708c1b8e71e6336fd176ee (diff) | |
| download | perlweeklychallenge-club-fa6d2c6f00f7a9067c5366cbeabfba77bb727b61.tar.gz perlweeklychallenge-club-fa6d2c6f00f7a9067c5366cbeabfba77bb727b61.tar.bz2 perlweeklychallenge-club-fa6d2c6f00f7a9067c5366cbeabfba77bb727b61.zip | |
- Added solutions by Gustavo Chaves.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 149 |
1 files changed, 82 insertions, 67 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 487080a2c1..4ad0ba84eb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,65 +1,106 @@ { + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2019-07-30 18:04:13 GMT" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "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 + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "id" : "Dave Cross", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Dave Cross", - "id" : "Dave Cross" + "name" : "Dave Cross" }, { - "id" : "Dave Jacoby", "name" : "Dave Jacoby", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Dave Jacoby" }, { + "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], - "name" : "E. Choroba", "id" : "E. Choroba" }, { - "id" : "Lubos Kolouch", + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Lubos Kolouch" + "name" : "Gustavo Chaves" + }, + { + "name" : "Lubos Kolouch", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Lubos Kolouch" }, { - "id" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Mark Anderson" + "name" : "Mark Anderson", + "id" : "Mark Anderson" }, { - "id" : "Pete Houston", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Pete Houston" + "name" : "Pete Houston", + "id" : "Pete Houston" }, { "id" : "Roger Bell West", @@ -72,74 +113,53 @@ ] }, { - "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Simon Proctor" + "name" : "Simon Proctor" }, { + "id" : "Steven Wilson", "name" : "Steven Wilson", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Steven Wilson" + ] }, { - "id" : "Walt Mankowski", - "name" : "Walt Mankowski", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Walt Mankowski", + "id" : "Walt Mankowski" } ] }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "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 - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "title" : { + "text" : "Perl Weekly Challenge - 019" }, "series" : [ { + "name" : "Perl Weekly Challenge - 019", "data" : [ { + "drilldown" : "Dave Cross", "name" : "Dave Cross", - "y" : 1, - "drilldown" : "Dave Cross" + "y" : 1 }, { - "y" : 2, "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby" + "name" : "Dave Jacoby", + "y" : 2 }, { "name" : "E. Choroba", @@ -148,28 +168,33 @@ }, { "y" : 2, - "drilldown" : "Lubos Kolouch", - "name" : "Lubos Kolouch" + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves" + }, + { + "y" : 2, + "name" : "Lubos Kolouch", + "drilldown" : "Lubos Kolouch" }, { - "name" : "Mark Anderson", "y" : 1, + "name" : "Mark Anderson", "drilldown" : "Mark Anderson" }, { - "y" : 2, + "name" : "Pete Houston", "drilldown" : "Pete Houston", - "name" : "Pete Houston" + "y" : 2 }, { - "name" : "Roger Bell West", + "y" : 2, "drilldown" : "Roger Bell West", - "y" : 2 + "name" : "Roger Bell West" }, { - "name" : "Simon Proctor", "y" : 2, - "drilldown" : "Simon Proctor" + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" }, { "y" : 2, @@ -177,22 +202,12 @@ "name" : "Steven Wilson" }, { - "name" : "Walt Mankowski", "y" : 2, + "name" : "Walt Mankowski", "drilldown" : "Walt Mankowski" } ], - "name" : "Perl Weekly Challenge - 019", "colorByPoint" : 1 } - ], - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-07-30 18:02:14 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 019" - }, - "legend" : { - "enabled" : 0 - } + ] } |
