aboutsummaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-14 14:30:39 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-14 14:30:39 +0100
commit5383452fd7c187d11d53a6982255cdfa5f36a51b (patch)
tree4c37e1e435c12632f5a40c494aacd3145a9f8c81 /stats
parentd165b957857c9bfd57d3a27075fe0dad2274bf2a (diff)
downloadperlweeklychallenge-club-5383452fd7c187d11d53a6982255cdfa5f36a51b.tar.gz
perlweeklychallenge-club-5383452fd7c187d11d53a6982255cdfa5f36a51b.tar.bz2
perlweeklychallenge-club-5383452fd7c187d11d53a6982255cdfa5f36a51b.zip
- Updated chart data.
Diffstat (limited to 'stats')
-rw-r--r--stats/pwc-current.json169
-rw-r--r--stats/pwc-language-breakdown-summary.json74
-rw-r--r--stats/pwc-language-breakdown.json178
-rw-r--r--stats/pwc-leaders.json862
-rw-r--r--stats/pwc-summary-1-30.json26
-rw-r--r--stats/pwc-summary-31-60.json120
-rw-r--r--stats/pwc-summary-61-90.json92
-rw-r--r--stats/pwc-summary-91-120.json68
-rw-r--r--stats/pwc-summary.json38
9 files changed, 825 insertions, 802 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 77dfb5c92d..8289af272a 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,85 +1,33 @@
{
- "xAxis" : {
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "series" : [
- {
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "Dave Cross",
- "y" : 2,
- "drilldown" : "Dave Cross"
- },
- {
- "drilldown" : "Dave Jacoby",
- "y" : 2,
- "name" : "Dave Jacoby"
- },
- {
- "drilldown" : "Duane Powell",
- "y" : 2,
- "name" : "Duane Powell"
- },
- {
- "drilldown" : "E. Choroba",
- "name" : "E. Choroba",
- "y" : 2
- },
- {
- "drilldown" : "Roger Bell West",
- "y" : 3,
- "name" : "Roger Bell West"
- },
- {
- "name" : "Simon Proctor",
- "y" : 1,
- "drilldown" : "Simon Proctor"
- },
- {
- "drilldown" : "Steven Wilson",
- "y" : 1,
- "name" : "Steven Wilson"
- }
- ],
- "name" : "Perl Weekly Challenge - 021"
- }
- ],
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"legend" : {
"enabled" : 0
},
"plotOptions" : {
"series" : {
"dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
+ "enabled" : 1,
+ "format" : "{point.y}"
},
"borderWidth" : 0
}
},
+ "subtitle" : {
+ "text" : "[Champions: 8] Last updated at 2019-08-14 13:30:22 GMT"
+ },
"drilldown" : {
"series" : [
{
"id" : "Dave Cross",
- "name" : "Dave Cross",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "name" : "Dave Cross"
},
{
"id" : "Dave Jacoby",
- "name" : "Dave Jacoby",
"data" : [
[
"Perl 5",
@@ -89,30 +37,48 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Dave Jacoby"
},
{
+ "id" : "Duane Powell",
"name" : "Duane Powell",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Duane Powell"
+ ]
+ },
+ {
+ "id" : "E. Choroba",
+ "name" : "E. Choroba",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ]
},
{
+ "name" : "Laurent Rosenfeld",
"data" : [
[
"Perl 5",
2
+ ],
+ [
+ "Perl 6",
+ 2
+ ],
+ [
+ "Blog",
+ 1
]
],
- "name" : "E. Choroba",
- "id" : "E. Choroba"
+ "id" : "Laurent Rosenfeld"
},
{
- "id" : "Roger Bell West",
"data" : [
[
"Perl 5",
@@ -123,39 +89,96 @@
1
]
],
- "name" : "Roger Bell West"
+ "name" : "Roger Bell West",
+ "id" : "Roger Bell West"
},
{
- "id" : "Simon Proctor",
+ "name" : "Simon Proctor",
"data" : [
[
"Perl 6",
1
]
],
- "name" : "Simon Proctor"
+ "id" : "Simon Proctor"
},
{
- "id" : "Steven Wilson",
+ "name" : "Steven Wilson",
"data" : [
[
"Perl 5",
1
]
],
- "name" : "Steven Wilson"
+ "id" : "Steven Wilson"
}
]
},
- "subtitle" : {
- "text" : "[Champions: 7] Last updated at 2019-08-14 13:02:21 GMT"
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"tooltip" : {
"followPointer" : 1,
"pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
},
+ "xAxis" : {
+ "type" : "category"
+ },
"title" : {
"text" : "Perl Weekly Challenge - 021"
- }
+ },
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 021",
+ "data" : [
+ {
+ "name" : "Dave Cross",
+ "drilldown" : "Dave Cross",
+ "y" : 2
+ },
+ {
+ "name" : "Dave Jacoby",
+ "y" : 2,
+ "drilldown" : "Dave Jacoby"
+ },
+ {
+ "name" : "Duane Powell",
+ "y" : 2,
+ "drilldown" : "Duane Powell"
+ },
+ {
+ "drilldown" : "E. Choroba",
+ "y" : 2,
+ "name" : "E. Choroba"
+ },
+ {
+ "drilldown" : "Laurent Rosenfeld",
+ "y" : 5,
+ "name" : "Laurent Rosenfeld"
+ },
+ {
+ "name" : "Roger Bell West",
+ "drilldown" : "Roger Bell West",
+ "y" : 3
+ },
+ {
+ "name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor",
+ "y" : 1
+ },
+ {
+ "drilldown" : "Steven Wilson",
+ "y" : 1,
+ "name" : "Steven Wilson"
+ }
+ ]
+ }
+ ]
}
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ebf4d2c486..baef9307ce 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "chart" : {
+ "type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2019-08-14 13:02:29 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "text" : "Last updated at 2019-08-14 13:30:31 GMT"
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 194
+ 195
],
[
"Perl 5",
- 858
+ 860
],
[
"Perl 6",
- 506
+ 508
]
- ],
- "dataLabels" : {
- "y" : 10,
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
+ ]
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index 3e5b09c0e2..cb2dfd7ac3 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,25 +1,16 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Language"
- },
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-08-14 13:02:29 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
"plotOptions" : {
"series" : {
"borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
+ "format" : "{point.y}",
+ "enabled" : 1
}
}
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Language"
+ },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
@@ -29,6 +20,7 @@
"series" : [
{
"name" : "001",
+ "id" : "001",
"data" : [
[
"Perl 5",
@@ -42,10 +34,10 @@
"Blog",
10
]
- ],
- "id" : "001"
+ ]
},
{
+ "name" : "002",
"id" : "002",
"data" : [
[
@@ -60,12 +52,9 @@
"Blog",
9
]
- ],
- "name" : "002"
+ ]
},
{
- "name" : "003",
- "id" : "003",
"data" : [
[
"Perl 5",
@@ -79,10 +68,12 @@
"Blog",
8
]
- ]
+ ],
+ "id" : "003",
+ "name" : "003"
},
{
- "name" : "004",
+ "id" : "004",
"data" : [
[
"Perl 5",
@@ -97,9 +88,10 @@
9
]
],
- "id" : "004"
+ "name" : "004"
},
{
+ "name" : "005",
"id" : "005",
"data" : [
[
@@ -114,11 +106,9 @@
"Blog",
11
]
- ],
- "name" : "005"
+ ]
},
{
- "id" : "006",
"data" : [
[
"Perl 5",
@@ -133,6 +123,7 @@
6
]
],
+ "id" : "006",
"name" : "006"
},
{
@@ -154,6 +145,7 @@
"id" : "007"
},
{
+ "name" : "008",
"id" : "008",
"data" : [
[
@@ -168,8 +160,7 @@
"Blog",
9
]
- ],
- "name" : "008"
+ ]
},
{
"name" : "009",
@@ -190,7 +181,6 @@
]
},
{
- "name" : "010",
"data" : [
[
"Perl 5",
@@ -205,10 +195,10 @@
9
]
],
- "id" : "010"
+ "id" : "010",
+ "name" : "010"
},
{
- "name" : "011",
"data" : [
[
"Perl 5",
@@ -223,9 +213,11 @@
8
]
],
- "id" : "011"
+ "id" : "011",
+ "name" : "011"
},
{
+ "name" : "012",
"id" : "012",
"data" : [
[
@@ -240,11 +232,10 @@
"Blog",
9
]
- ],
- "name" : "012"
+ ]
},
{
- "id" : "013",
+ "name" : "013",
"data" : [
[
"Perl 5",
@@ -259,7 +250,7 @@
11
]
],
- "name" : "013"
+ "id" : "013"
},
{
"name" : "014",
@@ -298,6 +289,7 @@
"name" : "015"
},
{
+ "id" : "016",
"data" : [
[
"Perl 5",
@@ -312,7 +304,6 @@
10
]
],
- "id" : "016",
"name" : "016"
},
{
@@ -334,6 +325,7 @@
"name" : "017"
},
{
+ "id" : "018",
"data" : [
[
"Perl 5",
@@ -348,11 +340,9 @@
11
]
],
- "id" : "018",
"name" : "018"
},
{
- "name" : "019",
"id" : "019",
"data" : [
[
@@ -367,10 +357,11 @@
"Blog",
10
]
- ]
+ ],
+ "name" : "019"
},
{
- "name" : "020",
+ "id" : "020",
"data" : [
[
"Perl 5",
@@ -385,86 +376,103 @@
9
]
],
- "id" : "020"
+ "name" : "020"
},
{
"name" : "021",
- "id" : "021",
"data" : [
[
"Perl 5",
- 10
+ 12
],
[
"Perl 6",
- 2
+ 4
],
[
"Blog",
- 1
+ 2
]
- ]
+ ],
+ "id" : "021"
}
]
},
+ "xAxis" : {
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "headerFormat" : "<span style=\"font-size:11px\"></span>",
+ "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : "true"
+ },
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-08-14 13:30:31 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"colorByPoint" : "true",
"data" : [
{
"name" : "#001",
- "drilldown" : "001",
- "y" : 123
+ "y" : 123,
+ "drilldown" : "001"
},
{
- "name" : "#002",
"y" : 104,
+ "name" : "#002",
"drilldown" : "002"
},
{
- "name" : "#003",
+ "drilldown" : "003",
"y" : 66,
- "drilldown" : "003"
+ "name" : "#003"
},
{
- "drilldown" : "004",
+ "name" : "#004",
"y" : 84,
- "name" : "#004"
+ "drilldown" : "004"
},
{
- "drilldown" : "005",
"y" : 66,
- "name" : "#005"
+ "name" : "#005",
+ "drilldown" : "005"
},
{
"drilldown" : "006",
- "y" : 47,
- "name" : "#006"
+ "name" : "#006",
+ "y" : 47
},
{
- "y" : 54,
"drilldown" : "007",
+ "y" : 54,
"name" : "#007"
},
{
- "y" : 67,
"drilldown" : "008",
- "name" : "#008"
+ "name" : "#008",
+ "y" : 67
},
{
- "y" : 65,
"drilldown" : "009",
- "name" : "#009"
+ "name" : "#009",
+ "y" : 65
},
{
- "name" : "#010",
"drilldown" : "010",
- "y" : 58
+ "y" : 58,
+ "name" : "#010"
},
{
- "name" : "#011",
"drilldown" : "011",
- "y" : 77
+ "y" : 77,
+ "name" : "#011"
},
{
"drilldown" : "012",
@@ -477,55 +485,47 @@
"drilldown" : "013"
},
{
- "name" : "#014",
+ "drilldown" : "014",
"y" : 94,
- "drilldown" : "014"
+ "name" : "#014"
},
{
- "name" : "#015",
"drilldown" : "015",
+ "name" : "#015",
"y" : 90
},
{
"y" : 64,
- "drilldown" : "016",
- "name" : "#016"
+ "name" : "#016",
+ "drilldown" : "016"
},
{
- "drilldown" : "017",
"y" : 77,
- "name" : "#017"
+ "name" : "#017",
+ "drilldown" : "017"
},
{
- "y" : 73,
"drilldown" : "018",
+ "y" : 73,
"name" : "#018"
},
{
- "y" : 92,
"drilldown" : "019",
+ "y" : 92,
"name" : "#019"
},
{
- "name" : "#020",
"drilldown" : "020",
- "y" : 89
+ "y" : 89,
+ "name" : "#020"
},
{
+ "y" : 18,
"name" : "#021",
- "drilldown" : "021",
- "y" : 13
+ "drilldown" : "021"
}
],
"name" : "Perl Weekly Challenge Languages"
}
- ],
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "followPointer" : "true",
- "headerFormat" : "<span style=\"font-size:11px\"></span>",
- "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>"
- }
+ ]
}
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index e0a2439e4e..9f7800864c 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,93 +1,351 @@
{
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-08-14 13:30:28 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge Leaders",
+ "colorByPoint" : "true",
+ "data" : [
+ {
+ "y" : 218,
+ "drilldown" : "Laurent Rosenfeld",
+ "name" : "#1: Laurent Rosenfeld"
+ },
+ {
+ "y" : 216,
+ "name" : "#2: Joelle Maslak",
+ "drilldown" : "Joelle Maslak"
+ },
+ {
+ "name" : "#3: Jaldhar H. Vyas",
+ "drilldown" : "Jaldhar H. Vyas",
+ "y" : 172
+ },
+ {
+ "name" : "#4: Ruben Westerberg",
+ "drilldown" : "Ruben Westerberg",
+ "y" : 148
+ },
+ {
+ "y" : 130,
+ "drilldown" : "Athanasius",
+ "name" : "#5: Athanasius"
+ },
+ {
+ "drilldown" : "Adam Russell",
+ "name" : "#6: Adam Russell",
+ "y" : 126
+ },
+ {
+ "name" : "#7: Arne Sommer",
+ "drilldown" : "Arne Sommer",
+ "y" : 112
+ },
+ {
+ "drilldown" : "E. Choroba",
+ "name" : "#8: E. Choroba",
+ "y" : 102
+ },
+ {
+ "drilldown" : "Francis Whittle",
+ "name" : "#9: Francis Whittle",
+ "y" : 92
+ },
+ {
+ "y" : 90,
+ "name" : "#10: Dave Jacoby",
+ "drilldown" : "Dave Jacoby"
+ },
+ {
+ "y" : 90,
+ "name" : "#11: Simon Proctor",
+ "drilldown" : "Simon Proctor"
+ },
+ {
+ "drilldown" : "Kian-Meng Ang",
+ "name" : "#12: Kian-Meng Ang",
+ "y" : 88
+ },
+ {
+ "drilldown" : "Feng Chang",
+ "name" : "#13: Feng Chang",
+ "y" : 80
+ },
+ {
+ "drilldown" : "Andrezgz",
+ "name" : "#14: Andrezgz",
+ "y" : 76
+ },
+ {
+ "y" : 72,
+ "drilldown" : "Gustavo Chaves",
+ "name" : "#15: Gustavo Chaves"
+ },
+ {
+ "name" : "#16: Yozen Hernandez",
+ "drilldown" : "Yozen Hernandez",
+ "y" : 70
+ },
+ {
+ "y" : 68,
+ "name" : "#17: Daniel Mantovani",
+ "drilldown" : "Daniel Mantovani"
+ },
+ {
+ "drilldown" : "Duncan C. White",
+ "name" : "#18: Duncan C. White",
+ "y" : 68
+ },
+ {
+ "y" : 68,
+ "name" : "#19: Steven Wilson",
+ "drilldown" : "Steven Wilson"
+ },
+ {
+ "drilldown" : "Jo Christian Oterhals",
+ "name" : "#20: Jo Christian Oterhals",
+ "y" : 56
+ },
+ {
+ "drilldown" : "Roger Bell West",
+ "name" : "#21: Roger Bell West",
+ "y" : 50
+ },
+ {
+ "name" : "#22: Mark Senn",
+ "drilldown" : "Mark Senn",
+ "y" : 46
+ },
+ {
+ "drilldown" : "Dr James A. Smith",
+ "name" : "#23: Dr James A. Smith",
+ "y" : 44
+ },
+ {
+ "name" : "#24: Guillermo Ramos",
+ "drilldown" : "Guillermo Ramos",
+ "y" : 42
+ },
+ {
+ "y" : 42,
+ "name" : "#25: Ozzy",
+ "drilldown" : "Ozzy"
+ },
+ {
+ "y" : 42,
+ "drilldown" : "Veesh Goldman",
+ "name" : "#26: Veesh Goldman"
+ },
+ {
+ "y" : 34,
+ "name" : "#27: Kevin Colyer",
+ "drilldown" : "Kevin Colyer"
+ },
+ {
+ "name" : "#28: Lubos Kolouch",
+ "drilldown" : "Lubos Kolouch",
+ "y" : 34
+ },
+ {
+ "y" : 32,
+ "name" : "#29: Nick Logan",
+ "drilldown" : "Nick Logan"
+ },
+ {
+ "name" : "#30: Duane Powell",
+ "drilldown" : "Duane Powell",
+ "y" : 30
+ },
+ {
+ "y" : 28,
+ "drilldown" : "Lars Balker",
+ "name" : "#31: Lars Balker"
+ },
+ {
+ "y" : 28,
+ "drilldown" : "Noud",
+ "name" : "#32: Noud"
+ },
+ {
+ "y" : 24,
+ "name" : "#33: Jaime Corchado",
+ "drilldown" : "Jaime Corchado"
+ },
+ {
+ "drilldown" : "Maxim Nechaev",
+ "name" : "#34: Maxim Nechaev",
+ "y" : 24
+ },
+ {
+ "drilldown" : "Alicia Bielsa",
+ "name" : "#35: Alicia Bielsa",
+ "y" : 22
+ },
+ {
+ "y" : 20,
+ "name" : "#36: Doug Schrag",
+ "drilldown" : "Doug Schrag"
+ },
+ {
+ "drilldown" : "Neil Bowers",
+ "name" : "#37: Neil Bowers",
+ "y" : 18
+ },
+ {
+ "name" : "#38: Dave Cross",
+ "drilldown" : "Dave Cross",
+ "y" : 16
+ },
+ {
+ "name" : "#39: Pete Houston",
+ "drilldown" : "Pete Houston",
+ "y" : 16
+ },
+ {
+ "y" : 16,
+ "name" : "#40: Randy Lauen",
+ "drilldown" : "Randy Lauen"
+ },
+ {
+ "name" : "#41: Robert Gratza",
+ "drilldown" : "Robert Gratza",
+ "y" : 16
+ },
+ {
+ "drilldown" : "John Barrett",
+ "name" : "#42: John Barrett",
+ "y" : 14
+ },
+ {
+ "y" : 14,
+ "drilldown" : "Khalid",
+ "name" : "#43: Khalid"
+ },
+ {
+ "drilldown" : "Walt Mankowski",
+ "name" : "#44: Walt Mankowski",
+ "y" : 14
+ },
+ {
+ "drilldown" : "Aaron Sherman",
+ "name" : "#45: Aaron Sherman",
+ "y" : 12
+ },
+ {
+ "y" : 12,
+ "name" : "#46: Donald Hunter",
+ "drilldown" : "Donald Hunter"
+ },
+ {
+ "y" : 12,
+ "name" : "#47: Kivanc Yazan",
+ "drilldown" : "Kivanc Yazan"
+ },
+ {
+ "y" : 12,
+ "drilldown" : "Maxim Kolodyazhny",
+ "name" : "#48: Maxim Kolodyazhny"
+ },
+ {
+ "drilldown" : "Philippe Bruhat",
+ "name" : "#49: Philippe Bruhat",
+ "y" : 12
+ },
+ {
+ "name" : "#50: Sergio Iglesias",
+ "drilldown" : "Sergio Iglesias",
+ "y" : 12
+ }
+ ]
+ }
+ ],
"yAxis" : {
"title" : {
"text" : "Total Score"
}
},
- "subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-08-14 13:02:26 GMT"
+ "legend" : {
+ "enabled" : "false"
},
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge Leaders (TOP 50)"
+ },
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
{
- "name" : "Joelle Maslak",
- "id" : "Joelle Maslak",
"data" : [
[
- "Blog",
- 4
+ "Perl 6",
+ 41
],
[
- "Perl 5",
- 52
+ "Blog",
+ 26
],
[
- "Perl 6",
- 52
+ "Perl 5",
+ 42
]
- ]
+ ],
+ "id" : "Laurent Rosenfeld",
+ "name" : "Laurent Rosenfeld"
},
{
- "name" : "Laurent Rosenfeld",
+ "name" : "Joelle Maslak",
+ "id" : "Joelle Maslak",