diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-23 11:49:18 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-23 11:49:18 +0100 |
| commit | 5be2e50c200ff7b0a81ab24bd825e374cc7f231c (patch) | |
| tree | bc6c1e7dc2909c518069d70a6de3136676aaac5f /stats/pwc-current.json | |
| parent | e134fdf4dad7e6bc00e6c71d415fc72e37fb9b1c (diff) | |
| download | perlweeklychallenge-club-5be2e50c200ff7b0a81ab24bd825e374cc7f231c.tar.gz perlweeklychallenge-club-5be2e50c200ff7b0a81ab24bd825e374cc7f231c.tar.bz2 perlweeklychallenge-club-5be2e50c200ff7b0a81ab24bd825e374cc7f231c.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 125 |
1 files changed, 70 insertions, 55 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b1b8b642e0..d76232ec49 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,28 +1,91 @@ { + "legend" : { + "enabled" : 0 + }, + "series" : [ + { + "name" : "Champions", + "colorByPoint" : 1, + "data" : [ + { + "y" : 2, + "drilldown" : "Francis Whittle", + "name" : "Francis Whittle" + }, + { + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Dr James A. Smith", + "name" : "Dr James A. Smith" + }, + { + "name" : "Robert Gratza", + "drilldown" : "Robert Gratza", + "y" : 2 + } + ] + } + ], + "tooltip" : { + "followPointer" : 1, + "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/>" + }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "chart" : { "type" : "column" }, "drilldown" : { "series" : [ { + "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Francis Whittle", - "id" : "Francis Whittle" + "name" : "Francis Whittle" }, { - "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Gustavo Chaves" + "id" : "Gustavo Chaves" + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { "data" : [ @@ -31,63 +94,15 @@ 2 ] ], - "name" : "Robert Gratza", - "id" : "Robert Gratza" + "id" : "Robert Gratza", + "name" : "Robert Gratza" } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "series" : [ - { - "name" : "Champions", - "data" : [ - { - "y" : 2, - "name" : "Francis Whittle", - "drilldown" : "Francis Whittle" - }, - { - "y" : 2, - "name" : "Gustavo Chaves", - "drilldown" : "Gustavo Chaves" - }, - { - "y" : 2, - "drilldown" : "Robert Gratza", - "name" : "Robert Gratza" - } - ], - "colorByPoint" : 1 - } - ], "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" : { - "enabled" : 0 - }, - "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 + "text" : "[Champions: 4] Last updated at 2019-04-23 10:48:40 GMT" } } |
