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 | |
| parent | 51f14ca457b1de6438a2798d83fbe645468f7989 (diff) | |
| download | perlweeklychallenge-club-387c67e9aee8e4404ea00513e32dc4e57706e9f0.tar.gz perlweeklychallenge-club-387c67e9aee8e4404ea00513e32dc4e57706e9f0.tar.bz2 perlweeklychallenge-club-387c67e9aee8e4404ea00513e32dc4e57706e9f0.zip | |
- Updated chart stats.
| -rw-r--r-- | stats/pwc-current.json | 129 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 86 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 98 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 26 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 44 |
5 files changed, 201 insertions, 182 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 + } } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 33f33238da..382192bd72 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,40 +1,9 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alexey Melezhik", - "Andrezgz", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bill Palmer", - "Bob Kleemann", - "Clive Holloway", - "Daniel Mantovani", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Doug Schrag", - "Duncan C. White", - "Eddy HS", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Gustavo Chaves", - "Jacques Guinnebault", - "Jaime Corchado", - "Jaldhar H. Vyas" - ] + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "title" : { "text" : "Perl Weekly Challenge - 2019" @@ -43,12 +12,6 @@ "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { "name" : "Perl 5", @@ -121,8 +84,45 @@ "name" : "Perl 6" } ], + "xAxis" : { + "categories" : [ + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alexey Melezhik", + "Andrezgz", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bill Palmer", + "Bob Kleemann", + "Clive Holloway", + "Daniel Mantovani", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Doug Schrag", + "Duncan C. White", + "Eddy HS", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Gustavo Chaves", + "Jacques Guinnebault", + "Jaime Corchado", + "Jaldhar H. Vyas" + ] + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-10 16:27:27 GMT" + "text" : "[Champions: 30] Last updated at 2019-04-11 10:07:29 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 8017f3a57d..30cc74b4e5 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,6 +1,37 @@ { - "chart" : { - "type" : "column" + "xAxis" : { + "categories" : [ + "Dr James A. Smith", + "Jeff", + "Jeremy Carman", + "Jim Bacon", + "JJ Merelo", + "Jo Christian Oterhals", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mark Senn", + "Martin Mugeni", + "Matt Latusek", + "Maxim Kolodyazhny", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleskii Tsvitenov", + "Ozzy", + "Pavel Jurca", + "Pete Houston", + "Philippe Bruhat", + "Prajith P", + "Robert Gratza" + ] }, "series" : [ { @@ -27,7 +58,7 @@ 2, 0, 2, - 4, + 6, 0, 2, 0, @@ -62,7 +93,7 @@ 0, 0, 0, - 4, + 6, 4, 0, 4, @@ -74,59 +105,28 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-10 16:27:27 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "xAxis" : { - "categories" : [ - "Dr James A. Smith", - "Jeff", - "Jeremy Carman", - "Jim Bacon", - "JJ Merelo", - "Jo Christian Oterhals", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mark Senn", - "Martin Mugeni", - "Matt Latusek", - "Maxim Kolodyazhny", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleskii Tsvitenov", - "Ozzy", - "Pavel Jurca", - "Pete Houston", - "Philippe Bruhat", - "Prajith P", - "Robert Gratza" - ] + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-11 10:07:29 GMT" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index e02d315b05..71fe1cbff3 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,7 +1,15 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 12] Last updated at 2019-04-11 10:07:29 GMT" + }, "series" : [ { "name" : "Perl 5", @@ -21,6 +29,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 2, 3, @@ -34,17 +43,12 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 12] Last updated at 2019-04-10 16:27:27 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -65,10 +69,6 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "yAxis" : { "title" : { "text" : "" diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 50fe22ab2c..fbb1fdbed7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,19 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 72] Last updated at 2019-04-11 10:07:18 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 4, @@ -53,7 +66,7 @@ 2, 0, 2, - 4, + 6, 0, 2, 0, @@ -74,10 +87,10 @@ 2, 3, 1 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -130,7 +143,7 @@ 0, 0, 0, - 4, + 6, 4, 0, 4, @@ -151,21 +164,14 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-10 16:27:08 GMT" + "chart" : { + "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "xAxis" : { "categories" : [ @@ -243,12 +249,6 @@ "William Gilmore" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { |
