aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-07 12:17:02 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-07 12:17:02 +0100
commit6ab68abb799c03244d7a492ee2e22c996cb9c4af (patch)
treec190c2af11f77f7af0fe185055db2f6799e22339 /stats/pwc-current.json
parent606b6c00e6b0b9be590e6ca8e4dcd2dab2366937 (diff)
downloadperlweeklychallenge-club-6ab68abb799c03244d7a492ee2e22c996cb9c4af.tar.gz
perlweeklychallenge-club-6ab68abb799c03244d7a492ee2e22c996cb9c4af.tar.bz2
perlweeklychallenge-club-6ab68abb799c03244d7a492ee2e22c996cb9c4af.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json75
1 files changed, 45 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index da9b9f36c7..c0ed8a2852 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,24 +1,36 @@
{
- "title" : {
- "text" : "The Weekly Challenge - 168"
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2022-06-07 10:37:14 GMT"
- },
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "The Weekly Challenge - 168",
+ "data" : [
+ {
+ "y" : 2,
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson"
+ },
+ {
+ "drilldown" : "Roger Bell_West",
+ "y" : 4,
+ "name" : "Roger Bell_West"
+ }
+ ]
+ }
+ ],
"xAxis" : {
"type" : "category"
},
- "legend" : {
- "enabled" : 0
- },
- "chart" : {
- "type" : "column"
- },
"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,
@@ -28,22 +40,24 @@
}
}
},
- "series" : [
- {
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "Roger Bell_West",
- "y" : 4,
- "drilldown" : "Roger Bell_West"
- }
- ],
- "name" : "The Weekly Challenge - 168"
- }
- ],
+ "title" : {
+ "text" : "The Weekly Challenge - 168"
+ },
"drilldown" : {
"series" : [
{
+ "id" : "Mark Anderson",
+ "name" : "Mark Anderson",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ]
+ },
+ {
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -53,15 +67,16 @@
"Raku",
2
]
- ],
- "name" : "Roger Bell_West",
- "id" : "Roger Bell_West"
+ ]
}
]
},
"tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "followPointer" : 1,
"pointFormat" : "<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/>"
+ },
+ "chart" : {
+ "type" : "column"
}
}