diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-25 04:45:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-25 04:45:53 +0100 |
| commit | a67b433c06f468c9a75ca1bbcda17d3bc8e9c6bf (patch) | |
| tree | 3b24bbb172f76d01460bfdb32157d58495068f1a /stats/pwc-current.json | |
| parent | b83779ed2858b4aa9d881b32921493257ce399f3 (diff) | |
| download | perlweeklychallenge-club-a67b433c06f468c9a75ca1bbcda17d3bc8e9c6bf.tar.gz perlweeklychallenge-club-a67b433c06f468c9a75ca1bbcda17d3bc8e9c6bf.tar.bz2 perlweeklychallenge-club-a67b433c06f468c9a75ca1bbcda17d3bc8e9c6bf.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 207 |
1 files changed, 113 insertions, 94 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 244aa3edbc..3466e9e77e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,80 +1,7 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "series" : [ - { - "data" : [ - { - "name" : "Andrezgz", - "y" : 2, - "drilldown" : "Andrezgz" - }, - { - "name" : "Daniel Mita", - "drilldown" : "Daniel Mita", - "y" : 2 - }, - { - "name" : "Dave Jacoby", - "drilldown" : "Dave Jacoby", - "y" : 2 - }, - { - "name" : "Gustavo Chaves", - "y" : 2, - "drilldown" : "Gustavo Chaves" - }, - { - "name" : "Joelle Maslak", - "drilldown" : "Joelle Maslak", - "y" : 6 - }, - { - "name" : "Maxim Nechaev", - "drilldown" : "Maxim Nechaev", - "y" : 2 - }, - { - "name" : "Simon Proctor", - "y" : 1, - "drilldown" : "Simon Proctor" - }, - { - "name" : "Steven Wilson", - "drilldown" : "Steven Wilson", - "y" : 2 - }, - { - "name" : "Yozen Hernandez", - "y" : 2, - "drilldown" : "Yozen Hernandez" - } - ], - "name" : "Champions", - "colorByPoint" : 1 - } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 009" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-05-25 03:28:25 GMT" - }, "drilldown" : { "series" : [ { @@ -88,14 +15,14 @@ "id" : "Andrezgz" }, { + "id" : "Daniel Mita", + "name" : "Daniel Mita", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Daniel Mita", - "name" : "Daniel Mita" + ] }, { "data" : [ @@ -104,21 +31,20 @@ 2 ] ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "id" : "Dave Jacoby", + "name" : "Dave Jacoby" }, { - "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Gustavo Chaves" + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" }, { - "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -129,37 +55,52 @@ 3 ] ], - "name" : "Joelle Maslak" + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" + }, + { + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", + "data" : [ + [ + "Perl 5", + 2 + ], + [ + "Perl 6", + 2 + ] + ] }, { - "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Maxim Nechaev" + "name" : "Maxim Nechaev", + "id" : "Maxim Nechaev" }, { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + ] }, { + "id" : "Steven Wilson", + "name" : "Steven Wilson", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Steven Wilson", - "id" : "Steven Wilson" + ] }, { "data" : [ @@ -173,15 +114,93 @@ } ] }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2019-05-25 03:44:59 GMT" + }, "xAxis" : { "type" : "category" }, - "legend" : { - "enabled" : 0 + "title" : { + "text" : "Perl Weekly Challenge - 009" }, "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/>" + "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/>" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "Champions", + "data" : [ + { + "drilldown" : "Andrezgz", + "y" : 2, + "name" : "Andrezgz" + }, + { + "drilldown" : "Daniel Mita", + "y" : 2, + "name" : "Daniel Mita" + }, + { + "name" : "Dave Jacoby", + "y" : 2, + "drilldown" : "Dave Jacoby" + }, + { + "drilldown" : "Gustavo Chaves", + "y" : 2, + "name" : "Gustavo Chaves" + }, + { + "y" : 6, + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak" + }, + { + "name" : "Laurent Rosenfeld", + "drilldown" : "Laurent Rosenfeld", + "y" : 4 + }, + { + "name" : "Maxim Nechaev", + "drilldown" : "Maxim Nechaev", + "y" : 2 + }, + { + "y" : 1, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + }, + { + "drilldown" : "Steven Wilson", + "y" : 2, + "name" : "Steven Wilson" + }, + { + "name" : "Yozen Hernandez", + "drilldown" : "Yozen Hernandez", + "y" : 2 + } + ] + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 } } |
