aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-20 17:59:29 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-20 17:59:29 +0000
commitb23bbe591742aaaf84a3fbe907ff6da846177fb3 (patch)
tree063090a77e690b1e52c7bf823df5d8621778c538 /stats/pwc-current.json
parenta6e3a5ba211ed8ee7f8903405c10c322332c87c2 (diff)
downloadperlweeklychallenge-club-b23bbe591742aaaf84a3fbe907ff6da846177fb3.tar.gz
perlweeklychallenge-club-b23bbe591742aaaf84a3fbe907ff6da846177fb3.tar.bz2
perlweeklychallenge-club-b23bbe591742aaaf84a3fbe907ff6da846177fb3.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json99
1 files changed, 57 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 82724d22f1..50de20317b 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,42 +1,4 @@
{
- "drilldown" : {
- "series" : [
- {
- "data" : [
- [
- "Raku",
- 2
- ]
- ],
- "id" : "Luca Ferrari",
- "name" : "Luca Ferrari"
- },
- {
- "data" : [
- [
- "Raku",
- 2
- ]
- ],
- "name" : "Simon Proctor",
- "id" : "Simon Proctor"
- }
- ]
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2020-01-20 17:53:46 GMT"
- },
- "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" : "Perl Weekly Challenge - 044"
- },
"legend" : {
"enabled" : 0
},
@@ -49,6 +11,14 @@
"borderWidth" : 0
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "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/>"
+ },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
@@ -57,21 +27,66 @@
"series" : [
{
"colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 044",
"data" : [
{
- "name" : "Luca Ferrari",
+ "y" : 2,
+ "drilldown" : "E. Choroba",
+ "name" : "E. Choroba"
+ },
+ {
+ "y" : 2,
"drilldown" : "Luca Ferrari",
- "y" : 2
+ "name" : "Luca Ferrari"
},
{
"name" : "Simon Proctor",
"drilldown" : "Simon Proctor",
"y" : 2
}
- ],
- "name" : "Perl Weekly Challenge - 044"
+ ]
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 044"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2020-01-20 17:59:13 GMT"
+ },
+ "drilldown" : {
+ "series" : [
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "name" : "E. Choroba",
+ "id" : "E. Choroba"
+ },
+ {
+ "name" : "Luca Ferrari",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Luca Ferrari"
+ },
+ {
+ "id" : "Simon Proctor",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Simon Proctor"
+ }
+ ]
+ },
"xAxis" : {
"type" : "category"
}