diff options
| author | drclaw1394 <drclaw@mac.com> | 2019-04-24 16:47:06 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-24 16:47:06 +1000 |
| commit | cb79250dc1a15504e9caa634c7df392572b4ec76 (patch) | |
| tree | bc6c1e7dc2909c518069d70a6de3136676aaac5f /stats/pwc-current.json | |
| parent | e7f6ba0e658583dbc1fe7756f276b52ffe2d3f7e (diff) | |
| parent | 5be2e50c200ff7b0a81ab24bd825e374cc7f231c (diff) | |
| download | perlweeklychallenge-club-cb79250dc1a15504e9caa634c7df392572b4ec76.tar.gz perlweeklychallenge-club-cb79250dc1a15504e9caa634c7df392572b4ec76.tar.bz2 perlweeklychallenge-club-cb79250dc1a15504e9caa634c7df392572b4ec76.zip | |
Merge pull request #4 from manwar/master
week 5 pull
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 143 |
1 files changed, 30 insertions, 113 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5c1df0a936..d76232ec49 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,57 +1,40 @@ { + "legend" : { + "enabled" : 0 + }, "series" : [ { "name" : "Champions", "colorByPoint" : 1, "data" : [ { - "drilldown" : "Abigail", - "name" : "Abigail", - "y" : 2 - }, - { - "name" : "Athanasius", "y" : 2, - "drilldown" : "Athanasius" + "drilldown" : "Francis Whittle", + "name" : "Francis Whittle" }, { - "y" : 2, - "name" : "Francis Whittle", - "drilldown" : "Francis Whittle" - }, - { - "drilldown" : "Dr James A. Smith", - "name" : "Dr James A. Smith", - "y" : 4 - }, - { - "name" : "Jo Christian Oterhals", - "y" : 4, - "drilldown" : "Jo Christian Oterhals" + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves", + "y" : 2 }, { - "drilldown" : "John Barrett", "y" : 2, - "name" : "John Barrett" - }, - { - "drilldown" : "Kivanc Yazan", - "y" : 1, - "name" : "Kivanc Yazan" + "drilldown" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { - "drilldown" : "Matt Latusek", - "name" : "Matt Latusek", + "name" : "Robert Gratza", + "drilldown" : "Robert Gratza", "y" : 2 - }, - { - "drilldown" : "Maxim Kolodyazhny", - "y" : 1, - "name" : "Maxim Kolodyazhny" } ] } ], + "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" }, @@ -72,120 +55,54 @@ "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-04-16 16:26:05 GMT" - }, - "legend" : { - "enabled" : 0 - }, "drilldown" : { "series" : [ { - "name" : "Abigail", - "id" : "Abigail", - "data" : [ - [ - "Perl 5", - 2 - ] - ] - }, - { - "name" : "Athanasius", - "id" : "Athanasius", - "data" : [ - [ - "Perl 5", - 2 - ] - ] - }, - { - "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Francis Whittle" + "name" : "Francis Whittle" }, { - "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith", + "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 - ], - [ - "Perl 6", - 2 - ] - ] - }, - { - "data" : [ - [ - "Perl 5", - 2 - ], - [ - "Perl 6", - 2 ] ], - "id" : "Jo Christian Oterhals", - "name" : "Jo Christian Oterhals" + "id" : "Gustavo Chaves" }, { - "id" : "John Barrett", "data" : [ [ "Perl 5", 2 ] ], - "name" : "John Barrett" - }, - { - "name" : "Kivanc Yazan", - "data" : [ - [ - "Perl 5", - 1 - ] - ], - "id" : "Kivanc Yazan" + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { - "name" : "Matt Latusek", - "id" : "Matt Latusek", "data" : [ [ - "Perl 5", + "Perl 6", 2 ] - ] - }, - { - "data" : [ - [ - "Perl 5", - 1 - ] ], - "id" : "Maxim Kolodyazhny", - "name" : "Maxim Kolodyazhny" + "id" : "Robert Gratza", + "name" : "Robert Gratza" } ] }, - "tooltip" : { - "followPointer" : 1, - "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/>" - }, "title" : { - "text" : "Perl Weekly Challenge - 004" + "text" : "Perl Weekly Challenge - 005" + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-04-23 10:48:40 GMT" } } |
