aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json127
1 files changed, 127 insertions, 0 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
new file mode 100644
index 0000000000..8b6d35f646
--- /dev/null
+++ b/stats/pwc-current.json
@@ -0,0 +1,127 @@
+{
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2019-04-08 18:14:25 GMT"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "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/>"
+ },
+ "drilldown" : {
+ "series" : [
+ {
+ "data" : [
+ [
+ "Perl 5",
+ 1
+ ]
+ ],
+ "id" : "Gustavo Chaves",
+ "name" : "Gustavo Chaves"
+ },
+ {
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ],
+ [
+ "Perl 6",
+ 2
+ ]
+ ],
+ "name" : "Dr James A. Smith",
+ "id" : "Dr James A. Smith"
+ },
+ {
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ],
+ "id" : "Khalid",
+ "name" : "Khalid"
+ },
+ {
+ "name" : "Lars Balker",
+ "id" : "Lars Balker",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ]
+ },
+ {
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor",
+ "data" : [
+ [
+ "Perl 6",
+ 2
+ ]
+ ]
+ }
+ ]
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - CURRENT"
+ },
+ "series" : [
+ {
+ "name" : "Champions",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "y" : 1,
+ "name" : "Gustavo Chaves",
+ "drilldown" : "Gustavo Chaves"
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Dr James A. Smith",
+ "name" : "Dr James A. Smith"
+ },
+ {
+ "drilldown" : "Khalid",
+ "name" : "Khalid",
+ "y" : 2
+ },
+ {
+ "name" : "Lars Balker",
+ "drilldown" : "Lars Balker",
+ "y" : 2
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
+ }
+ ]
+ }
+ ]
+}