aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-02 09:02:07 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-02 09:02:07 +0000
commitadb0bdea289a5b11679fc3960dc0f02e1481304f (patch)
tree1acea070964d6cec8b3ea729d29a64f575c4353f /stats/pwc-current.json
parent5718f33c209483ae5d307f3d9b95aed4fd1cc7cc (diff)
downloadperlweeklychallenge-club-adb0bdea289a5b11679fc3960dc0f02e1481304f.tar.gz
perlweeklychallenge-club-adb0bdea289a5b11679fc3960dc0f02e1481304f.tar.bz2
perlweeklychallenge-club-adb0bdea289a5b11679fc3960dc0f02e1481304f.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json143
1 files changed, 81 insertions, 62 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index eb0da8c654..c56fff8a09 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,49 +1,97 @@
{
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
+ "chart" : {
+ "type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "name" : "Dave Cross",
+ "y" : 2,
+ "drilldown" : "Dave Cross"
+ },
+ {
+ "name" : "Dave Jacoby",
+ "drilldown" : "Dave Jacoby",
+ "y" : 3
+ },
+ {
+ "name" : "James Smith",
+ "y" : 2,
+ "drilldown" : "James Smith"
+ },
+ {
+ "name" : "Luca Ferrari",
+ "y" : 4,
+ "drilldown" : "Luca Ferrari"
+ },
+ {
+ "drilldown" : "Mark Anderson",
+ "y" : 2,
+ "name" : "Mark Anderson"
+ },
+ {
+ "name" : "Simon Proctor",
+ "y" : 2,
+ "drilldown" : "Simon Proctor"
+ }
+ ],
+ "name" : "Perl Weekly Challenge - 098"
}
+ ],
+ "subtitle" : {
+ "text" : "[Champions: 6] Last updated at 2021-02-02 09:01:36 GMT"
},
"xAxis" : {
"type" : "category"
},
- "legend" : {
- "enabled" : 0
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
},
"drilldown" : {
"series" : [
{
+ "name" : "Dave Cross",
"data" : [
[
"Perl",
2
]
],
- "name" : "Dave Cross",
"id" : "Dave Cross"
},
{
- "id" : "James Smith",
- "name" : "James Smith",
+ "id" : "Dave Jacoby",
"data" : [
[
"Perl",
2
+ ],
+ [
+ "Blog",
+ 1
]
- ]
+ ],
+ "name" : "Dave Jacoby"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "name" : "James Smith",
+ "id" : "James Smith"
},
{
- "name" : "Luca Ferrari",
- "id" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -53,7 +101,9 @@
"Blog",
2
]
- ]
+ ],
+ "name" : "Luca Ferrari",
+ "id" : "Luca Ferrari"
},
{
"data" : [
@@ -66,62 +116,31 @@
"id" : "Mark Anderson"
},
{
+ "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
],
- "id" : "Simon Proctor",
"name" : "Simon Proctor"
}
]
},
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 098",
- "data" : [
- {
- "name" : "Dave Cross",
- "y" : 2,
- "drilldown" : "Dave Cross"
- },
- {
- "name" : "James Smith",
- "drilldown" : "James Smith",
- "y" : 2
- },
- {
- "name" : "Luca Ferrari",
- "y" : 4,
- "drilldown" : "Luca Ferrari"
- },
- {
- "name" : "Mark Anderson",
- "y" : 2,
- "drilldown" : "Mark Anderson"
- },
- {
- "name" : "Simon Proctor",
- "drilldown" : "Simon Proctor",
- "y" : 2
- }
- ],
- "colorByPoint" : 1
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
- ],
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 098"
- },
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2021-02-02 08:06:21 GMT"
},
"tooltip" : {
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
"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/>"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 098"
}
}