diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-11 11:07:57 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-11 11:07:57 +0100 |
| commit | 387c67e9aee8e4404ea00513e32dc4e57706e9f0 (patch) | |
| tree | f57c2340dfba44dc5b5eff92b44599400add4148 /stats/pwc-current.json | |
| parent | 51f14ca457b1de6438a2798d83fbe645468f7989 (diff) | |
| download | perlweeklychallenge-club-387c67e9aee8e4404ea00513e32dc4e57706e9f0.tar.gz perlweeklychallenge-club-387c67e9aee8e4404ea00513e32dc4e57706e9f0.tar.bz2 perlweeklychallenge-club-387c67e9aee8e4404ea00513e32dc4e57706e9f0.zip | |
- Updated chart stats.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 129 |
1 files changed, 74 insertions, 55 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d4f86bb296..ace9fbb43f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,20 +1,26 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, + "title" : { + "text" : "Perl Weekly Challenge - CURRENT" + }, "series" : [ { + "name" : "Champions", "data" : [ { "y" : 1, - "drilldown" : "Clive Holloway", - "name" : "Clive Holloway" + "name" : "Clive Holloway", + "drilldown" : "Clive Holloway" }, { "name" : "Francis Whittle", @@ -23,61 +29,63 @@ }, { "y" : 1, - "drilldown" : "Gustavo Chaves", - "name" : "Gustavo Chaves" + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves" }, { + "drilldown" : "Dr James A. Smith", "name" : "Dr James A. Smith", - "y" : 4, - "drilldown" : "Dr James A. Smith" + "y" : 4 }, { - "y" : 2, "drilldown" : "Khalid", - "name" : "Khalid" + "name" : "Khalid", + "y" : 2 }, { - "y" : 2, + "name" : "Lars Balker", "drilldown" : "Lars Balker", - "name" : "Lars Balker" + "y" : 2 + }, + { + "y" : 4, + "name" : "Nick Logan", + "drilldown" : "Nick Logan" }, { + "y" : 2, "name" : "Chenyf", - "drilldown" : "Chenyf", - "y" : 2 + "drilldown" : "Chenyf" }, { + "name" : "Robert Gratza", "drilldown" : "Robert Gratza", - "y" : 2, - "name" : "Robert Gratza" + "y" : 2 }, { - "y" : 2, + "name" : "Sergio Iglesias", "drilldown" : "Sergio Iglesias", - "name" : "Sergio Iglesias" + "y" : 2 }, { "drilldown" : "Simon Proctor", - "y" : 2, - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "y" : 2 } ], - "name" : "Champions", "colorByPoint" : 1 } ], + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-04-10 16:27:08 GMT" + "text" : "[Champions: 11] Last updated at 2019-04-11 10:07:18 GMT" }, "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, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" }, "drilldown" : { "series" : [ @@ -93,22 +101,22 @@ }, { "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Francis Whittle" + ] }, { - "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 1 ] ], + "id" : "Gustavo Chaves", "name" : "Gustavo Chaves" }, { @@ -126,33 +134,47 @@ ] }, { + "id" : "Khalid", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Khalid", "name" : "Khalid" }, { - "name" : "Lars Balker", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Lars Balker" + "id" : "Lars Balker", + "name" : "Lars Balker" }, { + "name" : "Nick Logan", + "id" : "Nick Logan", "data" : [ [ + "Perl 5", + 2 + ], + [ "Perl 6", 2 ] - ], + ] + }, + { "id" : "Chenyf", + "data" : [ + [ + "Perl 6", + 2 + ] + ], "name" : "Chenyf" }, { @@ -166,37 +188,34 @@ "name" : "Robert Gratza" }, { + "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Sergio Iglesias", "name" : "Sergio Iglesias" }, { "name" : "Simon Proctor", - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Simon Proctor" } ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - CURRENT" - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } } } |
