diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-22 20:50:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-22 20:50:14 +0100 |
| commit | ef12b6bb075c198fb775acf5d2dc04e25cf9c283 (patch) | |
| tree | a41dbc8ac591126520b152b19ee7186a6503875b /stats/pwc-current.json | |
| parent | e06416290b265e8a8f1fac20264b757f0f2a020c (diff) | |
| download | perlweeklychallenge-club-ef12b6bb075c198fb775acf5d2dc04e25cf9c283.tar.gz perlweeklychallenge-club-ef12b6bb075c198fb775acf5d2dc04e25cf9c283.tar.bz2 perlweeklychallenge-club-ef12b6bb075c198fb775acf5d2dc04e25cf9c283.zip | |
- Added solutions by Gustavo Chaves.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 81 |
1 files changed, 48 insertions, 33 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 17242ea0b0..b1b8b642e0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,72 +1,82 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 005" - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-04-22 13:12:43 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { - "id" : "Francis Whittle", - "name" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Francis Whittle", + "id" : "Francis Whittle" + }, + { + "id" : "Gustavo Chaves", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Gustavo Chaves" }, { - "id" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Robert Gratza" + "name" : "Robert Gratza", + "id" : "Robert Gratza" } ] }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointerFormat" : "<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 + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "series" : [ { "name" : "Champions", "data" : [ { + "y" : 2, "name" : "Francis Whittle", - "drilldown" : "Francis Whittle", - "y" : 2 + "drilldown" : "Francis Whittle" }, { - "name" : "Robert Gratza", + "y" : 2, + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves" + }, + { + "y" : 2, "drilldown" : "Robert Gratza", - "y" : 2 + "name" : "Robert Gratza" } ], "colorByPoint" : 1 } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } + "title" : { + "text" : "Perl Weekly Challenge - 005" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-04-22 19:49:33 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "legend" : { @@ -74,5 +84,10 @@ }, "xAxis" : { "type" : "category" + }, + "tooltip" : { + "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/>", + "followPointer" : 1 } } |
