From f6c4c5c206fd08f144985e6f16004e26640b13e0 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 27 Apr 2019 10:43:36 +0100 Subject: - Added solutions by Adam Russell and Joelle Maslak. --- stats/pwc-current.json | 258 ++++++++++++++++++++++++++++--------------------- 1 file changed, 146 insertions(+), 112 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 39ec687377..670df9174a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,127 @@ { + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 005" + }, + "series" : [ + { + "name" : "Champions", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Adam Russell", + "y" : 2, + "name" : "Adam Russell" + }, + { + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { + "name" : "Daniel Mantovani", + "y" : 2, + "drilldown" : "Daniel Mantovani" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Francis Whittle", + "name" : "Francis Whittle", + "y" : 2 + }, + { + "drilldown" : "Gustavo Chaves", + "name" : "Gustavo Chaves", + "y" : 2 + }, + { + "y" : 2, + "name" : "Dr James A. Smith", + "drilldown" : "Dr James A. Smith" + }, + { + "y" : 4, + "name" : "Joelle Maslak", + "drilldown" : "Joelle Maslak" + }, + { + "y" : 2, + "name" : "John Barrett", + "drilldown" : "John Barrett" + }, + { + "y" : 2, + "name" : "Lars Balker", + "drilldown" : "Lars Balker" + }, + { + "y" : 2, + "name" : "Mark Senn", + "drilldown" : "Mark Senn" + }, + { + "drilldown" : "Robert Gratza", + "name" : "Robert Gratza", + "y" : 2 + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 2 + } + ] + } + ], + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "subtitle" : { + "text" : "[Champions: 13] Last updated at 2019-04-27 09:42:49 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { + "name" : "Adam Russell", + "id" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] - ], + ] + }, + { "name" : "Andrezgz", - "id" : "Andrezgz" + "id" : "Andrezgz", + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { "data" : [ @@ -18,47 +130,47 @@ 2 ] ], - "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani" + "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani" }, { - "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], + "id" : "E. Choroba", "name" : "E. Choroba" }, { + "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Francis Whittle", - "id" : "Francis Whittle" + ] }, { - "id" : "Gustavo Chaves", "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Gustavo Chaves" }, { - "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] ], + "id" : "Dr James A. Smith", "name" : "Dr James A. Smith" }, { @@ -66,10 +178,24 @@ [ "Perl 5", 2 + ], + [ + "Perl 6", + 2 ] ], - "name" : "John Barrett", - "id" : "John Barrett" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" + }, + { + "id" : "John Barrett", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "John Barrett" }, { "name" : "Lars Balker", @@ -83,131 +209,39 @@ }, { "id" : "Mark Senn", - "name" : "Mark Senn", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Mark Senn" }, { - "name" : "Robert Gratza", + "id" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Robert Gratza" + "name" : "Robert Gratza" }, { "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Simon Proctor" + ] } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "tooltip" : { - "pointerFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "y" : 2, - "drilldown" : "Andrezgz", - "name" : "Andrezgz" - }, - { - "name" : "Daniel Mantovani", - "drilldown" : "Daniel Mantovani", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" - }, - { - "y" : 2, - "drilldown" : "Francis Whittle", - "name" : "Francis Whittle" - }, - { - "drilldown" : "Gustavo Chaves", - "y" : 2, - "name" : "Gustavo Chaves" - }, - { - "name" : "Dr James A. Smith", - "drilldown" : "Dr James A. Smith", - "y" : 2 - }, - { - "name" : "John Barrett", - "drilldown" : "John Barrett", - "y" : 2 - }, - { - "name" : "Lars Balker", - "y" : 2, - "drilldown" : "Lars Balker" - }, - { - "name" : "Mark Senn", - "drilldown" : "Mark Senn", - "y" : 2 - }, - { - "name" : "Robert Gratza", - "y" : 2, - "drilldown" : "Robert Gratza" - }, - { - "name" : "Simon Proctor", - "y" : 2, - "drilldown" : "Simon Proctor" - } - ], - "name" : "Champions" - } - ], - "subtitle" : { - "text" : "[Champions: 11] Last updated at 2019-04-26 17:51:12 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 005" } } -- cgit From a8961ecd8cdffcac899c1152fd40d8dd919743f2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 28 Apr 2019 09:25:03 +0100 Subject: - Updated chart stats. --- stats/pwc-current.json | 141 +++++++++++++++++++++++++++---------------------- 1 file changed, 78 insertions(+), 63 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 670df9174a..8161441f54 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,32 +1,28 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge - 005" - }, "series" : [ { - "name" : "Champions", "colorByPoint" : 1, + "name" : "Champions", "data" : [ { + "name" : "Adam Russell", "drilldown" : "Adam Russell", + "y" : 2 + }, + { "y" : 2, - "name" : "Adam Russell" + "drilldown" : "Andrezgz", + "name" : "Andrezgz" }, { - "name" : "Andrezgz", + "name" : "Athanasius", "y" : 2, - "drilldown" : "Andrezgz" + "drilldown" : "Athanasius" }, { - "name" : "Daniel Mantovani", + "drilldown" : "Daniel Mantovani", "y" : 2, - "drilldown" : "Daniel Mantovani" + "name" : "Daniel Mantovani" }, { "drilldown" : "E. Choroba", @@ -35,47 +31,47 @@ }, { "drilldown" : "Francis Whittle", - "name" : "Francis Whittle", - "y" : 2 + "y" : 2, + "name" : "Francis Whittle" }, { - "drilldown" : "Gustavo Chaves", "name" : "Gustavo Chaves", - "y" : 2 + "y" : 2, + "drilldown" : "Gustavo Chaves" }, { "y" : 2, - "name" : "Dr James A. Smith", - "drilldown" : "Dr James A. Smith" + "drilldown" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { "y" : 4, - "name" : "Joelle Maslak", - "drilldown" : "Joelle Maslak" + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { + "drilldown" : "John Barrett", "y" : 2, - "name" : "John Barrett", - "drilldown" : "John Barrett" + "name" : "John Barrett" }, { - "y" : 2, "name" : "Lars Balker", - "drilldown" : "Lars Balker" + "drilldown" : "Lars Balker", + "y" : 2 }, { - "y" : 2, "name" : "Mark Senn", + "y" : 2, "drilldown" : "Mark Senn" }, { "drilldown" : "Robert Gratza", - "name" : "Robert Gratza", - "y" : 2 + "y" : 2, + "name" : "Robert Gratza" }, { - "drilldown" : "Simon Proctor", "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2 } ] @@ -85,33 +81,41 @@ "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "subtitle" : { - "text" : "[Champions: 13] Last updated at 2019-04-27 09:42:49 GMT" + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 005" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "legend" : { - "enabled" : 0 + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
" + }, + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { - "name" : "Adam Russell", - "id" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Adam Russell", + "name" : "Adam Russell" }, { "name" : "Andrezgz", @@ -124,56 +128,67 @@ ] }, { + "name" : "Athanasius", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Daniel Mantovani", - "name" : "Daniel Mantovani" + "id" : "Athanasius" }, { + "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 2 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "id" : "Daniel Mantovani" + }, + { + "name" : "E. Choroba", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "E. Choroba" }, { - "name" : "Francis Whittle", "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Francis Whittle" }, { - "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Gustavo Chaves" + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves" }, { + "name" : "Dr James A. Smith", + "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Dr James A. Smith", - "name" : "Dr James A. Smith" + ] }, { + "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -184,18 +199,17 @@ 2 ] ], - "id" : "Joelle Maslak", "name" : "Joelle Maslak" }, { + "name" : "John Barrett", "id" : "John Barrett", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "John Barrett" + ] }, { "name" : "Lars Balker", @@ -208,40 +222,41 @@ "id" : "Lars Balker" }, { - "id" : "Mark Senn", "data" : [ [ "Perl 6", 2 ] ], + "id" : "Mark Senn", "name" : "Mark Senn" }, { - "id" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] ], + "id" : "Robert Gratza", "name" : "Robert Gratza" }, { - "name" : "Simon Proctor", - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" } ] }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 + "subtitle" : { + "text" : "[Champions: 14] Last updated at 2019-04-28 08:22:07 GMT" + }, + "legend" : { + "enabled" : 0 } } -- cgit From 4780edfc9a5b0c2ecbeae41ba116bc72234cdb94 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 28 Apr 2019 09:38:01 +0100 Subject: - Added solutions by Jaldhar H. Vyas and Dough Schrag. --- stats/pwc-current.json | 286 +++++++++++++++++++++++++++---------------------- 1 file changed, 160 insertions(+), 126 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8161441f54..6a916155f4 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,109 +1,6 @@ { - "series" : [ - { - "colorByPoint" : 1, - "name" : "Champions", - "data" : [ - { - "name" : "Adam Russell", - "drilldown" : "Adam Russell", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "Andrezgz", - "name" : "Andrezgz" - }, - { - "name" : "Athanasius", - "y" : 2, - "drilldown" : "Athanasius" - }, - { - "drilldown" : "Daniel Mantovani", - "y" : 2, - "name" : "Daniel Mantovani" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "drilldown" : "Francis Whittle", - "y" : 2, - "name" : "Francis Whittle" - }, - { - "name" : "Gustavo Chaves", - "y" : 2, - "drilldown" : "Gustavo Chaves" - }, - { - "y" : 2, - "drilldown" : "Dr James A. Smith", - "name" : "Dr James A. Smith" - }, - { - "y" : 4, - "drilldown" : "Joelle Maslak", - "name" : "Joelle Maslak" - }, - { - "drilldown" : "John Barrett", - "y" : 2, - "name" : "John Barrett" - }, - { - "name" : "Lars Balker", - "drilldown" : "Lars Balker", - "y" : 2 - }, - { - "name" : "Mark Senn", - "y" : 2, - "drilldown" : "Mark Senn" - }, - { - "drilldown" : "Robert Gratza", - "y" : 2, - "name" : "Robert Gratza" - }, - { - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 2 - } - ] - } - ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge - 005" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 16] Last updated at 2019-04-28 08:36:45 GMT" }, "drilldown" : { "series" : [ @@ -119,53 +16,63 @@ }, { "name" : "Andrezgz", - "id" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Andrezgz" }, { - "name" : "Athanasius", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Athanasius" + "id" : "Athanasius", + "name" : "Athanasius" }, { - "name" : "Daniel Mantovani", + "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Daniel Mantovani" + "name" : "Daniel Mantovani" + }, + { + "name" : "Doug Schrag", + "id" : "Doug Schrag", + "data" : [ + [ + "Perl 6", + 2 + ] + ] }, { - "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], - "id" : "E. Choroba" + "id" : "E. Choroba", + "name" : "E. Choroba" }, { + "name" : "Francis Whittle", "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Francis Whittle" + ] }, { "data" : [ @@ -177,18 +84,32 @@ "id" : "Gustavo Chaves", "name" : "Gustavo Chaves" }, + { + "data" : [ + [ + "Perl 5", + 2 + ], + [ + "Perl 6", + 2 + ] + ], + "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas" + }, { "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Dr James A. Smith" }, { - "id" : "Joelle Maslak", + "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -199,7 +120,7 @@ 2 ] ], - "name" : "Joelle Maslak" + "id" : "Joelle Maslak" }, { "name" : "John Barrett", @@ -212,24 +133,24 @@ ] }, { - "name" : "Lars Balker", + "id" : "Lars Balker", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Lars Balker" + "name" : "Lars Balker" }, { + "name" : "Mark Senn", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Mark Senn", - "name" : "Mark Senn" + "id" : "Mark Senn" }, { "data" : [ @@ -242,21 +163,134 @@ "name" : "Robert Gratza" }, { + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Simon Proctor", "name" : "Simon Proctor" } ] }, - "subtitle" : { - "text" : "[Champions: 14] Last updated at 2019-04-28 08:22:07 GMT" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Adam Russell", + "y" : 2, + "name" : "Adam Russell" + }, + { + "y" : 2, + "drilldown" : "Andrezgz", + "name" : "Andrezgz" + }, + { + "y" : 2, + "drilldown" : "Athanasius", + "name" : "Athanasius" + }, + { + "name" : "Daniel Mantovani", + "y" : 2, + "drilldown" : "Daniel Mantovani" + }, + { + "drilldown" : "Doug Schrag", + "y" : 2, + "name" : "Doug Schrag" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "name" : "Francis Whittle", + "y" : 2, + "drilldown" : "Francis Whittle" + }, + { + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves", + "y" : 2 + }, + { + "y" : 4, + "drilldown" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas" + }, + { + "name" : "Dr James A. Smith", + "drilldown" : "Dr James A. Smith", + "y" : 2 + }, + { + "drilldown" : "Joelle Maslak", + "y" : 4, + "name" : "Joelle Maslak" + }, + { + "name" : "John Barrett", + "y" : 2, + "drilldown" : "John Barrett" + }, + { + "name" : "Lars Balker", + "y" : 2, + "drilldown" : "Lars Balker" + }, + { + "drilldown" : "Mark Senn", + "y" : 2, + "name" : "Mark Senn" + }, + { + "name" : "Robert Gratza", + "drilldown" : "Robert Gratza", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ], + "colorByPoint" : 1, + "name" : "Champions" + } + ], + "chart" : { + "type" : "column" }, "legend" : { "enabled" : 0 + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "followPointer" : 1, + "pointerFormat" : "{point.name}: {point.y:f}
" + }, + "title" : { + "text" : "Perl Weekly Challenge - 005" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "xAxis" : { + "type" : "category" } } -- cgit From 8db62ce29b1cb243a8c35363338bd0fff706cce3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 28 Apr 2019 10:03:15 +0100 Subject: - Added new member Guillermo Ramos. --- stats/pwc-current.json | 156 ++++++++++++++++++++++++------------------------- 1 file changed, 78 insertions(+), 78 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6a916155f4..6ef62af113 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,18 +1,15 @@ { - "subtitle" : { - "text" : "[Champions: 16] Last updated at 2019-04-28 08:36:45 GMT" - }, "drilldown" : { "series" : [ { + "name" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Adam Russell", - "name" : "Adam Russell" + "id" : "Adam Russell" }, { "name" : "Andrezgz", @@ -25,34 +22,34 @@ "id" : "Andrezgz" }, { + "name" : "Athanasius", + "id" : "Athanasius", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Athanasius", - "name" : "Athanasius" + ] }, { + "name" : "Daniel Mantovani", "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Daniel Mantovani" + ] }, { "name" : "Doug Schrag", - "id" : "Doug Schrag", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Doug Schrag" }, { "data" : [ @@ -65,26 +62,28 @@ "name" : "E. Choroba" }, { - "name" : "Francis Whittle", "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Francis Whittle" }, { + "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves" + "id" : "Gustavo Chaves" }, { + "name" : "Jaldhar H. Vyas", + "id" : "Jaldhar H. Vyas", "data" : [ [ "Perl 5", @@ -94,22 +93,19 @@ "Perl 6", 2 ] - ], - "id" : "Jaldhar H. Vyas", - "name" : "Jaldhar H. Vyas" + ] }, { - "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Dr James A. Smith" + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { - "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -120,27 +116,28 @@ 2 ] ], - "id" : "Joelle Maslak" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { "name" : "John Barrett", - "id" : "John Barrett", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "John Barrett" }, { - "id" : "Lars Balker", + "name" : "Lars Balker", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Lars Balker" + "id" : "Lars Balker" }, { "name" : "Mark Senn", @@ -153,104 +150,112 @@ "id" : "Mark Senn" }, { + "name" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Robert Gratza", - "name" : "Robert Gratza" + "id" : "Robert Gratza" }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } }, "series" : [ { + "colorByPoint" : 1, "data" : [ { - "drilldown" : "Adam Russell", "y" : 2, + "drilldown" : "Adam Russell", "name" : "Adam Russell" }, { - "y" : 2, "drilldown" : "Andrezgz", - "name" : "Andrezgz" + "name" : "Andrezgz", + "y" : 2 }, { - "y" : 2, + "name" : "Athanasius", "drilldown" : "Athanasius", - "name" : "Athanasius" + "y" : 2 }, { - "name" : "Daniel Mantovani", "y" : 2, - "drilldown" : "Daniel Mantovani" + "drilldown" : "Daniel Mantovani", + "name" : "Daniel Mantovani" }, { - "drilldown" : "Doug Schrag", "y" : 2, - "name" : "Doug Schrag" + "name" : "Doug Schrag", + "drilldown" : "Doug Schrag" }, { - "drilldown" : "E. Choroba", "y" : 2, - "name" : "E. Choroba" + "name" : "E. Choroba", + "drilldown" : "E. Choroba" }, { - "name" : "Francis Whittle", "y" : 2, + "name" : "Francis Whittle", "drilldown" : "Francis Whittle" }, { - "name" : "Gustavo Chaves", + "y" : 2, "drilldown" : "Gustavo Chaves", - "y" : 2 + "name" : "Gustavo Chaves" }, { - "y" : 4, + "name" : "Jaldhar H. Vyas", "drilldown" : "Jaldhar H. Vyas", - "name" : "Jaldhar H. Vyas" + "y" : 4 }, { + "y" : 2, "name" : "Dr James A. Smith", - "drilldown" : "Dr James A. Smith", - "y" : 2 + "drilldown" : "Dr James A. Smith" }, { + "name" : "Joelle Maslak", "drilldown" : "Joelle Maslak", - "y" : 4, - "name" : "Joelle Maslak" + "y" : 4 }, { + "drilldown" : "John Barrett", "name" : "John Barrett", - "y" : 2, - "drilldown" : "John Barrett" + "y" : 2 }, { + "drilldown" : "Lars Balker", "name" : "Lars Balker", - "y" : 2, - "drilldown" : "Lars Balker" + "y" : 2 }, { "drilldown" : "Mark Senn", - "y" : 2, - "name" : "Mark Senn" + "name" : "Mark Senn", + "y" : 2 }, { "name" : "Robert Gratza", @@ -258,39 +263,34 @@ "y" : 2 }, { - "y" : 2, + "name" : "Simon Proctor", "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "y" : 2 } ], - "colorByPoint" : 1, "name" : "Champions" } ], + "title" : { + "text" : "Perl Weekly Challenge - 005" + }, "chart" : { "type" : "column" }, - "legend" : { - "enabled" : 0 + "subtitle" : { + "text" : "[Champions: 16] Last updated at 2019-04-28 09:01:09 GMT" }, "tooltip" : { - "headerFormat" : "{series.name}
", "followPointer" : 1, + "headerFormat" : "{series.name}
", "pointerFormat" : "{point.name}: {point.y:f}
" }, - "title" : { - "text" : "Perl Weekly Challenge - 005" + "legend" : { + "enabled" : 0 }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - }, - "xAxis" : { - "type" : "category" } } -- cgit From 0b206fececa230399614cb7f43f617bbbba995da Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 28 Apr 2019 11:18:45 +0100 Subject: - Added solutions by Duncan C. White. --- stats/pwc-current.json | 157 +++++++++++++++++++++++++++---------------------- 1 file changed, 86 insertions(+), 71 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6ef62af113..92433e0bf7 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,10 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 005" + }, + "subtitle" : { + "text" : "[Champions: 17] Last updated at 2019-04-28 10:18:06 GMT" + }, "drilldown" : { "series" : [ { @@ -12,54 +18,64 @@ "id" : "Adam Russell" }, { - "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Andrezgz", "id" : "Andrezgz" }, { "name" : "Athanasius", - "id" : "Athanasius", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Athanasius" }, { - "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Daniel Mantovani", + "id" : "Daniel Mantovani" }, { - "name" : "Doug Schrag", + "id" : "Doug Schrag", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Doug Schrag" + "name" : "Doug Schrag" }, { + "name" : "Duncan C. White", "data" : [ [ "Perl 5", 2 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "id" : "Duncan C. White" + }, + { + "name" : "E. Choroba", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "E. Choroba" }, { "id" : "Francis Whittle", @@ -82,8 +98,8 @@ "id" : "Gustavo Chaves" }, { - "name" : "Jaldhar H. Vyas", "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas", "data" : [ [ "Perl 5", @@ -96,16 +112,17 @@ ] }, { + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Dr James A. Smith", - "name" : "Dr James A. Smith" + ] }, { + "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -116,71 +133,74 @@ 2 ] ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + "id" : "Joelle Maslak" }, { - "name" : "John Barrett", + "id" : "John Barrett", "data" : [ [ "Perl 5", 2 ] ], - "id" : "John Barrett" + "name" : "John Barrett" }, { + "id" : "Lars Balker", "name" : "Lars Balker", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Lars Balker" + ] }, { - "name" : "Mark Senn", "data" : [ [ "Perl 6", 2 ] ], + "name" : "Mark Senn", "id" : "Mark Senn" }, { + "id" : "Robert Gratza", "name" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Robert Gratza" + ] }, { + "id" : "Simon Proctor", "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Simon Proctor" + ] } ] }, + "tooltip" : { + "pointerFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, "xAxis" : { "type" : "category" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "series" : [ @@ -193,14 +213,14 @@ "name" : "Adam Russell" }, { + "y" : 2, "drilldown" : "Andrezgz", - "name" : "Andrezgz", - "y" : 2 + "name" : "Andrezgz" }, { - "name" : "Athanasius", + "y" : 2, "drilldown" : "Athanasius", - "y" : 2 + "name" : "Athanasius" }, { "y" : 2, @@ -208,24 +228,29 @@ "name" : "Daniel Mantovani" }, { - "y" : 2, "name" : "Doug Schrag", + "y" : 2, "drilldown" : "Doug Schrag" }, + { + "name" : "Duncan C. White", + "y" : 2, + "drilldown" : "Duncan C. White" + }, { "y" : 2, - "name" : "E. Choroba", - "drilldown" : "E. Choroba" + "drilldown" : "E. Choroba", + "name" : "E. Choroba" }, { + "drilldown" : "Francis Whittle", "y" : 2, - "name" : "Francis Whittle", - "drilldown" : "Francis Whittle" + "name" : "Francis Whittle" }, { + "name" : "Gustavo Chaves", "y" : 2, - "drilldown" : "Gustavo Chaves", - "name" : "Gustavo Chaves" + "drilldown" : "Gustavo Chaves" }, { "name" : "Jaldhar H. Vyas", @@ -233,9 +258,9 @@ "y" : 4 }, { - "y" : 2, "name" : "Dr James A. Smith", - "drilldown" : "Dr James A. Smith" + "drilldown" : "Dr James A. Smith", + "y" : 2 }, { "name" : "Joelle Maslak", @@ -243,54 +268,44 @@ "y" : 4 }, { - "drilldown" : "John Barrett", "name" : "John Barrett", - "y" : 2 + "y" : 2, + "drilldown" : "John Barrett" }, { - "drilldown" : "Lars Balker", "name" : "Lars Balker", - "y" : 2 + "y" : 2, + "drilldown" : "Lars Balker" }, { - "drilldown" : "Mark Senn", "name" : "Mark Senn", + "drilldown" : "Mark Senn", "y" : 2 }, { "name" : "Robert Gratza", - "drilldown" : "Robert Gratza", - "y" : 2 + "y" : 2, + "drilldown" : "Robert Gratza" }, { "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 2 + "y" : 2, + "drilldown" : "Simon Proctor" } ], "name" : "Champions" } ], - "title" : { - "text" : "Perl Weekly Challenge - 005" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 16] Last updated at 2019-04-28 09:01:09 GMT" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
" - }, "legend" : { "enabled" : 0 }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } } } } -- cgit From 0101ce1b95acaadf71a0b290221ab8b753c26e73 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 28 Apr 2019 13:05:44 +0100 Subject: - Updated chart stats. --- stats/pwc-current.json | 164 ++++++++++++++++++++++++------------------------- 1 file changed, 82 insertions(+), 82 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 92433e0bf7..94e2ac345c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,21 +1,23 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 005" + "xAxis" : { + "type" : "category" }, - "subtitle" : { - "text" : "[Champions: 17] Last updated at 2019-04-28 10:18:06 GMT" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "drilldown" : { "series" : [ { - "name" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Adam Russell" + "id" : "Adam Russell", + "name" : "Adam Russell" }, { "data" : [ @@ -24,48 +26,48 @@ 2 ] ], - "name" : "Andrezgz", - "id" : "Andrezgz" + "id" : "Andrezgz", + "name" : "Andrezgz" }, { - "name" : "Athanasius", + "id" : "Athanasius", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Athanasius" + "name" : "Athanasius" }, { + "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani" + "name" : "Daniel Mantovani" }, { - "id" : "Doug Schrag", "data" : [ [ "Perl 6", 2 ] ], + "id" : "Doug Schrag", "name" : "Doug Schrag" }, { - "name" : "Duncan C. White", + "id" : "Duncan C. White", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Duncan C. White" + "name" : "Duncan C. White" }, { "name" : "E. Choroba", @@ -88,18 +90,17 @@ "name" : "Francis Whittle" }, { - "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Gustavo Chaves", "id" : "Gustavo Chaves" }, { "id" : "Jaldhar H. Vyas", - "name" : "Jaldhar H. Vyas", "data" : [ [ "Perl 5", @@ -109,20 +110,20 @@ "Perl 6", 2 ] - ] + ], + "name" : "Jaldhar H. Vyas" }, { - "id" : "Dr James A. Smith", - "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { - "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -133,98 +134,109 @@ 2 ] ], - "id" : "Joelle Maslak" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { - "id" : "John Barrett", "data" : [ [ "Perl 5", 2 ] ], - "name" : "John Barrett" + "name" : "John Barrett", + "id" : "John Barrett" }, { - "id" : "Lars Balker", "name" : "Lars Balker", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Lars Balker" }, { + "id" : "Mark Senn", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Mark Senn", - "id" : "Mark Senn" + "name" : "Mark Senn" }, { - "id" : "Robert Gratza", - "name" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Robert Gratza", + "name" : "Robert Gratza" }, { "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Simon Proctor" } ] }, - "tooltip" : { - "pointerFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, - "xAxis" : { - "type" : "category" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 005" + }, + "subtitle" : { + "text" : "[Champions: 17] Last updated at 2019-04-28 12:05:27 GMT" + }, + "tooltip" : { + "pointerFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, "series" : [ { "colorByPoint" : 1, "data" : [ { + "name" : "Adam Russell", "y" : 2, - "drilldown" : "Adam Russell", - "name" : "Adam Russell" + "drilldown" : "Adam Russell" }, { - "y" : 2, "drilldown" : "Andrezgz", - "name" : "Andrezgz" + "name" : "Andrezgz", + "y" : 2 }, { + "name" : "Athanasius", "y" : 2, - "drilldown" : "Athanasius", - "name" : "Athanasius" + "drilldown" : "Athanasius" }, { - "y" : 2, "drilldown" : "Daniel Mantovani", + "y" : 2, "name" : "Daniel Mantovani" }, { @@ -238,14 +250,14 @@ "drilldown" : "Duncan C. White" }, { - "y" : 2, "drilldown" : "E. Choroba", + "y" : 2, "name" : "E. Choroba" }, { "drilldown" : "Francis Whittle", - "y" : 2, - "name" : "Francis Whittle" + "name" : "Francis Whittle", + "y" : 2 }, { "name" : "Gustavo Chaves", @@ -254,58 +266,46 @@ }, { "name" : "Jaldhar H. Vyas", - "drilldown" : "Jaldhar H. Vyas", - "y" : 4 + "y" : 4, + "drilldown" : "Jaldhar H. Vyas" }, { "name" : "Dr James A. Smith", - "drilldown" : "Dr James A. Smith", - "y" : 2 + "y" : 2, + "drilldown" : "Dr James A. Smith" }, { - "name" : "Joelle Maslak", "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak", "y" : 4 }, { - "name" : "John Barrett", "y" : 2, + "name" : "John Barrett", "drilldown" : "John Barrett" }, { + "drilldown" : "Lars Balker", "name" : "Lars Balker", - "y" : 2, - "drilldown" : "Lars Balker" + "y" : 2 }, { "name" : "Mark Senn", - "drilldown" : "Mark Senn", - "y" : 2 + "y" : 2, + "drilldown" : "Mark Senn" }, { - "name" : "Robert Gratza", + "drilldown" : "Robert Gratza", "y" : 2, - "drilldown" : "Robert Gratza" + "name" : "Robert Gratza" }, { - "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2, - "drilldown" : "Simon Proctor" + "name" : "Simon Proctor" } ], "name" : "Champions" } - ], - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - } + ] } -- cgit From fba02498a4fb1475990082af4c0365d5ab567b14 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 28 Apr 2019 13:43:04 +0100 Subject: - Updated chart stats. --- stats/pwc-current.json | 164 ++++++++++++++++++++++++------------------------- 1 file changed, 82 insertions(+), 82 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 94e2ac345c..4d0a3a3910 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,12 +1,4 @@ { - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "drilldown" : { "series" : [ { @@ -16,38 +8,38 @@ 2 ] ], - "id" : "Adam Russell", - "name" : "Adam Russell" + "name" : "Adam Russell", + "id" : "Adam Russell" }, { + "id" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Andrezgz", "name" : "Andrezgz" }, { - "id" : "Athanasius", + "name" : "Athanasius", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Athanasius" + "id" : "Athanasius" }, { "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Daniel Mantovani" + ] }, { "data" : [ @@ -56,27 +48,27 @@ 2 ] ], - "id" : "Doug Schrag", - "name" : "Doug Schrag" + "name" : "Doug Schrag", + "id" : "Doug Schrag" }, { - "id" : "Duncan C. White", + "name" : "Duncan C. White", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Duncan C. White" + "id" : "Duncan C. White" }, { - "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], + "name" : "E. Choroba", "id" : "E. Choroba" }, { @@ -90,17 +82,17 @@ "name" : "Francis Whittle" }, { + "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Gustavo Chaves", "id" : "Gustavo Chaves" }, { - "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas", "data" : [ [ "Perl 5", @@ -111,17 +103,17 @@ 2 ] ], - "name" : "Jaldhar H. Vyas" + "id" : "Jaldhar H. Vyas" }, { + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Dr James A. Smith", - "name" : "Dr James A. Smith" + ] }, { "data" : [ @@ -134,8 +126,8 @@ 2 ] ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" }, { "data" : [ @@ -148,13 +140,13 @@ "id" : "John Barrett" }, { - "name" : "Lars Balker", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Lars Balker", "id" : "Lars Balker" }, { @@ -168,71 +160,50 @@ "name" : "Mark Senn" }, { + "id" : "Robert Gratza", + "name" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Robert Gratza", - "name" : "Robert Gratza" + ] }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" } ] }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 005" - }, "subtitle" : { - "text" : "[Champions: 17] Last updated at 2019-04-28 12:05:27 GMT" + "text" : "[Champions: 17] Last updated at 2019-04-28 12:42:46 GMT" }, - "tooltip" : { - "pointerFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" + "xAxis" : { + "type" : "category" }, "series" : [ { - "colorByPoint" : 1, "data" : [ { "name" : "Adam Russell", - "y" : 2, - "drilldown" : "Adam Russell" + "drilldown" : "Adam Russell", + "y" : 2 }, { "drilldown" : "Andrezgz", - "name" : "Andrezgz", - "y" : 2 + "y" : 2, + "name" : "Andrezgz" }, { "name" : "Athanasius", - "y" : 2, - "drilldown" : "Athanasius" + "drilldown" : "Athanasius", + "y" : 2 }, { "drilldown" : "Daniel Mantovani", @@ -255,14 +226,14 @@ "name" : "E. Choroba" }, { - "drilldown" : "Francis Whittle", "name" : "Francis Whittle", - "y" : 2 + "y" : 2, + "drilldown" : "Francis Whittle" }, { "name" : "Gustavo Chaves", - "y" : 2, - "drilldown" : "Gustavo Chaves" + "drilldown" : "Gustavo Chaves", + "y" : 2 }, { "name" : "Jaldhar H. Vyas", @@ -270,29 +241,29 @@ "drilldown" : "Jaldhar H. Vyas" }, { - "name" : "Dr James A. Smith", + "drilldown" : "Dr James A. Smith", "y" : 2, - "dri