aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-25 22:15:59 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-25 22:15:59 +0100
commit1536397dc5c070346e569e4223a028c44d47b3da (patch)
treebf390c49c7e155fdef11cb6cd3371adaa08e8029 /stats/pwc-current.json
parent6455c8e4aa170fff2d49f97898f4cecbd0c98579 (diff)
downloadperlweeklychallenge-club-1536397dc5c070346e569e4223a028c44d47b3da.tar.gz
perlweeklychallenge-club-1536397dc5c070346e569e4223a028c44d47b3da.tar.bz2
perlweeklychallenge-club-1536397dc5c070346e569e4223a028c44d47b3da.zip
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json103
1 files changed, 61 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index baac483ab5..546af22817 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,14 +1,49 @@
{
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
},
"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/>"
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
},
- "xAxis" : {
- "type" : "category"
+ "series" : [
+ {
+ "name" : "The Weekly Challenge - 162",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "y" : 3,
+ "drilldown" : "James Smith",
+ "name" : "James Smith"
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
+ }
+ ]
+ }
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2022-04-25 21:10:50 GMT"
+ },
+ "legend" : {
+ "enabled" : 0
},
"drilldown" : {
"series" : [
@@ -19,49 +54,33 @@
2
],
[
- "Raku",
- 2
+ "Blog",
+ 1
]
],
+ "id" : "James Smith",
+ "name" : "James Smith"
+ },
+ {
+ "id" : "Roger Bell_West",
"name" : "Roger Bell_West",
- "id" : "Roger Bell_West"
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ]
}
]
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2022-04-25 20:16:50 GMT"
- },
- "legend" : {
- "enabled" : 0
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"title" : {
"text" : "The Weekly Challenge - 162"
},
- "series" : [
- {
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "Roger Bell_West",
- "y" : 4,
- "drilldown" : "Roger Bell_West"
- }
- ],
- "name" : "The Weekly Challenge - 162"
- }
- ]
+ "xAxis" : {
+ "type" : "category"
+ }
}