aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-25 19:08:55 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-25 19:08:55 +0000
commit99f60b6d15edbba7f87a12903e580083fa20adfc (patch)
tree6edb2af72b3dc26f6ce3fe9d1e55af950b98464e /stats/pwc-current.json
parent1a729de6e58f6962990e16ad1547a5c46b7b84d9 (diff)
downloadperlweeklychallenge-club-99f60b6d15edbba7f87a12903e580083fa20adfc.tar.gz
perlweeklychallenge-club-99f60b6d15edbba7f87a12903e580083fa20adfc.tar.bz2
perlweeklychallenge-club-99f60b6d15edbba7f87a12903e580083fa20adfc.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json89
1 files changed, 54 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 19e0477400..a203c1f9f4 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -3,76 +3,95 @@
{
"data" : [
{
+ "name" : "James Smith",
"y" : 2,
- "drilldown" : "James Smith",
- "name" : "James Smith"
+ "drilldown" : "James Smith"
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Luca Ferrari",
+ "name" : "Luca Ferrari"
},
{
"name" : "Mark Anderson",
- "drilldown" : "Mark Anderson",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "Mark Anderson"
}
],
"colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 097"
}
],
- "xAxis" : {
- "type" : "category"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "tooltip" : {
+ "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/>"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 097"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2021-01-25 19:08:21 GMT"
},
"drilldown" : {
"series" : [
{
+ "name" : "James Smith",
+ "id" : "James Smith",
"data" : [
[
"Perl",
2
]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 2
+ ]
],
- "id" : "James Smith",
- "name" : "James Smith"
+ "id" : "Luca Ferrari",
+ "name" : "Luca Ferrari"
},
{
- "name" : "Mark Anderson",
- "id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 097"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "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/>"
- },
"legend" : {
"enabled" : 0
},
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2021-01-25 19:04:10 GMT"
+ "xAxis" : {
+ "type" : "category"
}
}