aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-09 16:54:34 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-09 16:54:34 +0100
commitb6dfe831cbda4c869683fe3c5ca9ae33576c8c6f (patch)
tree587e17a723a25a71d2e320e11b67ca99d0f75954 /stats/pwc-current.json
parentb581120077cdaeafad72cebe2f41d98c42199584 (diff)
downloadperlweeklychallenge-club-b6dfe831cbda4c869683fe3c5ca9ae33576c8c6f.tar.gz
perlweeklychallenge-club-b6dfe831cbda4c869683fe3c5ca9ae33576c8c6f.tar.bz2
perlweeklychallenge-club-b6dfe831cbda4c869683fe3c5ca9ae33576c8c6f.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json155
1 files changed, 85 insertions, 70 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 05392493f0..e74042d289 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,51 +1,109 @@
{
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
+ "subtitle" : {
+ "text" : "[Champions: 6] Last updated at 2019-05-09 15:54:18 GMT"
},
- "chart" : {
- "type" : "column"
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "Champions",
+ "data" : [
+ {
+ "drilldown" : "Athanasius",
+ "y" : 2,
+ "name" : "Athanasius"
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Dave Jacoby",
+ "name" : "Dave Jacoby"
+ },
+ {
+ "drilldown" : "Gustavo Chaves",
+ "y" : 2,
+ "name" : "Gustavo Chaves"
+ },
+ {
+ "name" : "Joelle Maslak",
+ "drilldown" : "Joelle Maslak",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Ozzy",
+ "y" : 1,
+ "name" : "Ozzy"
+ },
+ {
+ "y" : 1,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
+ }
+ ]
+ }
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"legend" : {
"enabled" : 0
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 007"
+ },
"tooltip" : {
+ "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
"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/>"
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
},
- "title" : {
- "text" : "Perl Weekly Challenge - 007"
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
{
- "id" : "Dave Jacoby",
"data" : [
[
"Perl 5",
2
]
],
- "name" : "Dave Jacoby"
+ "id" : "Athanasius",
+ "name" : "Athanasius"
},
{
- "id" : "Gustavo Chaves",
+ "name" : "Dave Jacoby",
"data" : [
[
"Perl 5",
2
]
],
- "name" : "Gustavo Chaves"
+ "id" : "Dave Jacoby"
+ },
+ {
+ "name" : "Gustavo Chaves",
+ "id" : "Gustavo Chaves",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ]
},
{
- "name" : "Joelle Maslak",
"data" : [
[
"Perl 5",
@@ -56,72 +114,29 @@
1
]
],
- "id" : "Joelle Maslak"
+ "id" : "Joelle Maslak",
+ "name" : "Joelle Maslak"
},
{
- "id" : "Ozzy",
- "name" : "Ozzy",
"data" : [
[
"Perl 6",
1
]
- ]
+ ],
+ "id" : "Ozzy",
+ "name" : "Ozzy"
},
{
"name" : "Simon Proctor",
+ "id" : "Simon Proctor",
"data" : [
[
"Perl 6",
1
]
- ],
- "id" : "Simon Proctor"
+ ]
}
]
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2019-05-09 10:07:03 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "series" : [
- {
- "colorByPoint" : 1,
- "data" : [
- {
- "y" : 2,
- "drilldown" : "Dave Jacoby",
- "name" : "Dave Jacoby"
- },
- {
- "drilldown" : "Gustavo Chaves",
- "name" : "Gustavo Chaves",
- "y" : 2
- },
- {
- "y" : 2,
- "name" : "Joelle Maslak",
- "drilldown" : "Joelle Maslak"
- },
- {
- "y" : 1,
- "drilldown" : "Ozzy",
- "name" : "Ozzy"
- },
- {
- "y" : 1,
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
- }
- ],
- "name" : "Champions"
- }
- ]
+ }
}