aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 09:21:58 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 09:21:58 +0100
commit346f39428887cbecd377e77620470d254c0b2abc (patch)
tree0af19592c4423bf59c88dfa3411dce0a1f215671 /stats/pwc-current.json
parent845ff40e75dda5c291523b20531f4421d24d20cd (diff)
downloadperlweeklychallenge-club-346f39428887cbecd377e77620470d254c0b2abc.tar.gz
perlweeklychallenge-club-346f39428887cbecd377e77620470d254c0b2abc.tar.bz2
perlweeklychallenge-club-346f39428887cbecd377e77620470d254c0b2abc.zip
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json143
1 files changed, 79 insertions, 64 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index c2d1f34ccc..e056ed07ef 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,29 +1,62 @@
{
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 078"
+ },
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 078",
+ "data" : [
+ {
+ "drilldown" : "Alexander Pankoff",
+ "name" : "Alexander Pankoff",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Andrew Shitov",
+ "name" : "Andrew Shitov",
+ "y" : 3
+ },
+ {
+ "drilldown" : "Anton Fedotov",
+ "name" : "Anton Fedotov",
+ "y" : 1
+ },
+ {
+ "drilldown" : "James Smith",
+ "name" : "James Smith",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Jason Messer",
+ "name" : "Jason Messer",
+ "y" : 2
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson"
+ }
+ ]
+ }
+ ],
"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/>",
- "followPointer" : 1
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "subtitle" : {
+ "text" : "[Champions: 6] Last updated at 2020-09-14 08:21:51 GMT"
+ },
+ "legend" : {
+ "enabled" : 0
},
"chart" : {
"type" : "column"
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2020-09-14 07:54:34 GMT"
- },
"drilldown" : {
"series" : [
{
@@ -37,7 +70,7 @@
"name" : "Alexander Pankoff"
},
{
- "name" : "Andrew Shitov",
+ "id" : "Andrew Shitov",
"data" : [
[
"Raku",
@@ -48,7 +81,7 @@
1
]
],
- "id" : "Andrew Shitov"
+ "name" : "Andrew Shitov"
},
{
"data" : [
@@ -61,67 +94,49 @@
"id" : "Anton Fedotov"
},
{
- "id" : "Jason Messer",
- "name" : "Jason Messer",
+ "name" : "James Smith",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "James Smith"
+ },
+ {
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "name" : "Jason Messer",
+ "id" : "Jason Messer"
},
{
+ "id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
],
- "name" : "Mark Anderson",
- "id" : "Mark Anderson"
+ "name" : "Mark Anderson"
}
]
},
- "legend" : {
- "enabled" : 0
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 078",
- "data" : [
- {
- "y" : 2,
- "drilldown" : "Alexander Pankoff",
- "name" : "Alexander Pankoff"
- },
- {
- "name" : "Andrew Shitov",
- "drilldown" : "Andrew Shitov",
- "y" : 3
- },
- {
- "name" : "Anton Fedotov",
- "drilldown" : "Anton Fedotov",
- "y" : 1
- },
- {
- "name" : "Jason Messer",
- "drilldown" : "Jason Messer",
- "y" : 2
- },
- {
- "name" : "Mark Anderson",
- "drilldown" : "Mark Anderson",
- "y" : 2
- }
- ],
- "colorByPoint" : 1
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge - 078"
},
- "xAxis" : {
- "type" : "category"
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
}
}