aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-25 23:52:10 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-25 23:52:10 +0100
commit0799d0abf2f140e508f5ba8fbfcb47ce64313056 (patch)
treedc47c526427ddcdbbff9241583c3987f35d80502 /stats/pwc-current.json
parent180ce5fe7244ec11b602dee4a3d761c23f899591 (diff)
downloadperlweeklychallenge-club-0799d0abf2f140e508f5ba8fbfcb47ce64313056.tar.gz
perlweeklychallenge-club-0799d0abf2f140e508f5ba8fbfcb47ce64313056.tar.bz2
perlweeklychallenge-club-0799d0abf2f140e508f5ba8fbfcb47ce64313056.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json137
1 files changed, 76 insertions, 61 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 7a0c645f6c..f7d64f7489 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,58 +1,20 @@
{
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
+ "tooltip" : {
+ "followPointer" : 1,
+ "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/>"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "series" : [
- {
- "name" : "The Weekly Challenge - 162",
- "data" : [
- {
- "y" : 3,
- "name" : "James Smith",
- "drilldown" : "James Smith"
- },
- {
- "name" : "Mark Anderson",
- "drilldown" : "Mark Anderson",
- "y" : 1
- },
- {
- "y" : 2,
- "name" : "PokGoPun",
- "drilldown" : "PokGoPun"
- },
- {
- "y" : 4,
- "name" : "Roger Bell_West",
- "drilldown" : "Roger Bell_West"
- },
- {
- "drilldown" : "W. Luis Mochan",
- "name" : "W. Luis Mochan",
- "y" : 3
- }
- ],
- "colorByPoint" : 1
- }
- ],
- "xAxis" : {
- "type" : "category"
+ "legend" : {
+ "enabled" : 0
},
"drilldown" : {
"series" : [
{
- "id" : "James Smith",
"data" : [
[
"Perl",
@@ -63,29 +25,42 @@
1
]
],
- "name" : "James Smith"
+ "name" : "James Smith",
+ "id" : "James Smith"
},
{
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson",
"data" : [
[
"Raku",
1
]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
],
- "name" : "Mark Anderson",
- "id" : "Mark Anderson"
+ "id" : "Niels van Dijke",
+ "name" : "Niels van Dijke"
},
{
- "id" : "PokGoPun",
"data" : [
[
"Perl",
2
]
],
+ "id" : "PokGoPun",
"name" : "PokGoPun"
},
{
+ "name" : "Roger Bell_West",
+ "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -95,12 +70,9 @@
"Raku",
2
]
- ],
- "name" : "Roger Bell_West",
- "id" : "Roger Bell_West"
+ ]
},
{
- "id" : "W. Luis Mochan",
"data" : [
[
"Perl",
@@ -111,25 +83,68 @@
1
]
],
- "name" : "W. Luis Mochan"
+ "name" : "W. Luis Mochan",
+ "id" : "W. Luis Mochan"
}
]
},
+ "xAxis" : {
+ "type" : "category"
+ },
"title" : {
"text" : "The Weekly Challenge - 162"
},
+ "series" : [
+ {
+ "name" : "The Weekly Challenge - 162",
+ "data" : [
+ {
+ "y" : 3,
+ "name" : "James Smith",
+ "drilldown" : "James Smith"
+ },
+ {
+ "y" : 1,
+ "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson"
+ },
+ {
+ "name" : "Niels van Dijke",
+ "y" : 2,
+ "drilldown" : "Niels van Dijke"
+ },
+ {
+ "drilldown" : "PokGoPun",
+ "name" : "PokGoPun",
+ "y" : 2
+ },
+ {
+ "name" : "Roger Bell_West",
+ "y" : 4,
+ "drilldown" : "Roger Bell_West"
+ },
+ {
+ "drilldown" : "W. Luis Mochan",
+ "y" : 3,
+ "name" : "W. Luis Mochan"
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
"chart" : {
"type" : "column"
},
"subtitle" : {
- "text" : "[Champions: 5] Last updated at 2022-04-25 21:49:09 GMT"
+ "text" : "[Champions: 6] Last updated at 2022-04-25 22:49:18 GMT"
},
- "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/>"
- },
- "legend" : {
- "enabled" : 0
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
}
}