aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-07 13:07:37 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-07 13:07:37 +0100
commit39091f7fa21a158b2070a721af4e09f36e132cfd (patch)
treeba9b7082e7c35cf18c7d44ea7fe2a2df00f4ad3a /stats/pwc-current.json
parent0b2a99a786aa869a426bc777d6d889bec4b97fd5 (diff)
downloadperlweeklychallenge-club-39091f7fa21a158b2070a721af4e09f36e132cfd.tar.gz
perlweeklychallenge-club-39091f7fa21a158b2070a721af4e09f36e132cfd.tar.bz2
perlweeklychallenge-club-39091f7fa21a158b2070a721af4e09f36e132cfd.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json81
1 files changed, 50 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index c0ed8a2852..9bc575398e 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,51 +1,69 @@
{
+ "legend" : {
+ "enabled" : 0
+ },
+ "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"
+ },
"series" : [
{
- "colorByPoint" : 1,
"name" : "The Weekly Challenge - 168",
+ "colorByPoint" : 1,
"data" : [
{
+ "y" : 8,
+ "name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari"
+ },
+ {
+ "name" : "Mark Anderson",
"y" : 2,
- "drilldown" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "drilldown" : "Mark Anderson"
},
{
- "drilldown" : "Roger Bell_West",
"y" : 4,
- "name" : "Roger Bell_West"
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West"
}
]
}
],
- "xAxis" : {
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2022-06-07 11:14:56 GMT"
- },
- "legend" : {
- "enabled" : 0
- },
"plotOptions" : {
"series" : {
- "borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
}
},
- "title" : {
- "text" : "The Weekly Challenge - 168"
- },
"drilldown" : {
"series" : [
{
+ "id" : "Luca Ferrari",
+ "name" : "Luca Ferrari",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 6
+ ]
+ ]
+ },
+ {
"id" : "Mark Anderson",
"name" : "Mark Anderson",
"data" : [
@@ -56,8 +74,8 @@
]
},
{
- "id" : "Roger Bell_West",
"name" : "Roger Bell_West",
+ "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -71,10 +89,11 @@
}
]
},
- "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/>"
+ "title" : {
+ "text" : "The Weekly Challenge - 168"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2022-06-07 11:25:04 GMT"
},
"chart" : {
"type" : "column"