aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorLuis Mochan <mochan@fis.unam.mx>2021-02-15 17:26:36 -0600
committerLuis Mochan <mochan@fis.unam.mx>2021-02-15 17:26:36 -0600
commitccc7d762a7b003a169112c1950f72a91a9aefd2e (patch)
treec78e86f54b53f8757875e86e04c8bfb967fedcb4 /stats/pwc-current.json
parent8425624928e6067d82d4d0f54c003bcc690b03c8 (diff)
parentdf9a999a83bb0cc92a5e260ac246604b69c511e7 (diff)
downloadperlweeklychallenge-club-ccc7d762a7b003a169112c1950f72a91a9aefd2e.tar.gz
perlweeklychallenge-club-ccc7d762a7b003a169112c1950f72a91a9aefd2e.tar.bz2
perlweeklychallenge-club-ccc7d762a7b003a169112c1950f72a91a9aefd2e.zip
Merge branch 'master' of github.com:manwar/perlweeklychallenge-club into challenges
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json115
1 files changed, 67 insertions, 48 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index c6e6272a86..c4dfdab9f1 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,29 +1,15 @@
{
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 100"
+ },
+ "legend" : {
+ "enabled" : 0
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "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/>"
- },
- "subtitle" : {
- "text" : "[Champions: 9] Last updated at 2021-02-15 19:42:04 GMT"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
"drilldown" : {
"series" : [
{
@@ -65,6 +51,8 @@
"name" : "Luca Ferrari"
},
{
+ "name" : "Roger Bell_West",
+ "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -74,12 +62,9 @@
"Raku",
2
]
- ],
- "id" : "Roger Bell_West",
- "name" : "Roger Bell_West"
+ ]
},
{
- "id" : "Simon Green",
"data" : [
[
"Perl",
@@ -90,27 +75,28 @@
1
]
],
+ "id" : "Simon Green",
"name" : "Simon Green"
},
{
- "name" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
],
- "id" : "Simon Proctor"
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
+ "name" : "Steven Wilson",
"id" : "Steven Wilson",
"data" : [
[
"Perl",
1
]
- ],
- "name" : "Steven Wilson"
+ ]
},
{
"id" : "Stuart Little",
@@ -131,27 +117,37 @@
],
"id" : "Vinod Kumar K",
"name" : "Vinod Kumar K"
+ },
+ {
+ "name" : "W. Luis Mochan",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "W. Luis Mochan"
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 100"
- },
- "xAxis" : {
- "type" : "category"
- },
"series" : [
{
+ "name" : "Perl Weekly Challenge - 100",
+ "colorByPoint" : 1,
"data" : [
{
- "name" : "Alexander Karelas",
"y" : 2,
- "drilldown" : "Alexander Karelas"
+ "drilldown" : "Alexander Karelas",
+ "name" : "Alexander Karelas"
},
{
- "name" : "James Smith",
+ "drilldown" : "James Smith",
"y" : 3,
- "drilldown" : "James Smith"
+ "name" : "James Smith"
},
{
"name" : "Luca Ferrari",
@@ -165,8 +161,8 @@
},
{
"name" : "Simon Green",
- "y" : 3,
- "drilldown" : "Simon Green"
+ "drilldown" : "Simon Green",
+ "y" : 3
},
{
"drilldown" : "Simon Proctor",
@@ -174,9 +170,9 @@
"name" : "Simon Proctor"
},
{
- "name" : "Steven Wilson",
"y" : 1,
- "drilldown" : "Steven Wilson"
+ "drilldown" : "Steven Wilson",
+ "name" : "Steven Wilson"
},
{
"name" : "Stuart Little",
@@ -184,16 +180,39 @@
"drilldown" : "Stuart Little"
},
{
- "name" : "Vinod Kumar K",
+ "y" : 1,
"drilldown" : "Vinod Kumar K",
- "y" : 1
+ "name" : "Vinod Kumar K"
+ },
+ {
+ "name" : "W. Luis Mochan",
+ "drilldown" : "W. Luis Mochan",
+ "y" : 3
}
- ],
- "name" : "Perl Weekly Challenge - 100",
- "colorByPoint" : 1
+ ]
}
],
- "legend" : {
- "enabled" : 0
+ "subtitle" : {
+ "text" : "[Champions: 10] Last updated at 2021-02-15 20:29:30 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "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/>"
}
}