aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-05 10:59:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-05 10:59:41 +0100
commit61a848a3387db99b19542d1e2f0afce293d4a339 (patch)
tree4f7aaa7200c1a4238ed72c1e48f7b7bb04c1e500 /stats/pwc-current.json
parent0d23d05b926b0ccff4575bf252deded9e9ec0f30 (diff)
downloadperlweeklychallenge-club-61a848a3387db99b19542d1e2f0afce293d4a339.tar.gz
perlweeklychallenge-club-61a848a3387db99b19542d1e2f0afce293d4a339.tar.bz2
perlweeklychallenge-club-61a848a3387db99b19542d1e2f0afce293d4a339.zip
- Added solutions by Kjetil Skotheim.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json113
1 files changed, 64 insertions, 49 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index b898eb560f..f2f2613da0 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,28 +1,63 @@
{
+ "xAxis" : {
+ "type" : "category"
+ },
+ "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" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 172"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"drilldown" : {
"series" : [
{
- "name" : "Mark Anderson",
- "id" : "Mark Anderson",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "name" : "Kjetil Skotheim",
+ "id" : "Kjetil Skotheim"
+ },
+ {
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
},
{
- "id" : "PokGoPun",
"data" : [
[
"Perl",
2
]
],
+ "id" : "PokGoPun",
"name" : "PokGoPun"
},
{
- "id" : "Robert DiCicco",
"data" : [
[
"Perl",
@@ -33,10 +68,10 @@
1
]
],
- "name" : "Robert DiCicco"
+ "name" : "Robert DiCicco",
+ "id" : "Robert DiCicco"
},
{
- "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -47,10 +82,11 @@
2
]
],
+ "id" : "Roger Bell_West",
"name" : "Roger Bell_West"
},
{
- "name" : "W. Luis Mochan",
+ "id" : "W. Luis Mochan",
"data" : [
[
"Perl",
@@ -61,62 +97,36 @@
1
]
],
- "id" : "W. Luis Mochan"
+ "name" : "W. Luis Mochan"
},
{
- "id" : "Walt Mankowski",
"data" : [
[
"Perl",
2
]
],
+ "id" : "Walt Mankowski",
"name" : "Walt Mankowski"
}
]
},
- "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/>"
- },
- "title" : {
- "text" : "The Weekly Challenge - 172"
- },
- "legend" : {
- "enabled" : 0
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
"subtitle" : {
- "text" : "[Champions: 6] Last updated at 2022-07-05 08:13:05 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "xAxis" : {
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
+ "text" : "[Champions: 7] Last updated at 2022-07-05 09:53:07 GMT"
},
"series" : [
{
- "colorByPoint" : 1,
+ "name" : "The Weekly Challenge - 172",
"data" : [
{
+ "drilldown" : "Kjetil Skotheim",
+ "name" : "Kjetil Skotheim",
+ "y" : 2
+ },
+ {
"y" : 2,
- "name" : "Mark Anderson",
- "drilldown" : "Mark Anderson"
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson"
},
{
"name" : "PokGoPun",
@@ -139,12 +149,17 @@
"y" : 3
},
{
+ "y" : 2,
"drilldown" : "Walt Mankowski",
- "name" : "Walt Mankowski",
- "y" : 2
+ "name" : "Walt Mankowski"
}
],
- "name" : "The Weekly Challenge - 172"
+ "colorByPoint" : 1
+ }
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
- ]
+ }
}