aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-09 23:56:02 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-09 23:56:02 +0000
commita0888b45562f580d338dd979d4250f0caa438fe3 (patch)
treed230ce9d1f067443a3f26f46611b065293233030 /stats/pwc-current.json
parent448fc2e05af444df0cec5de55f747d59305520d2 (diff)
downloadperlweeklychallenge-club-a0888b45562f580d338dd979d4250f0caa438fe3.tar.gz
perlweeklychallenge-club-a0888b45562f580d338dd979d4250f0caa438fe3.tar.bz2
perlweeklychallenge-club-a0888b45562f580d338dd979d4250f0caa438fe3.zip
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json99
1 files changed, 59 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index c8d253f6c6..81b9ba19d3 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,35 +1,40 @@
{
+ "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}"
- }
+ },
+ "borderWidth" : 0
}
},
- "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/>"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
},
"subtitle" : {
- "text" : "[Champions: 6] Last updated at 2021-02-09 23:51:15 GMT"
+ "text" : "[Champions: 7] Last updated at 2021-02-09 23:55:04 GMT"
},
"drilldown" : {
"series" : [
{
"name" : "E. Choroba",
- "id" : "E. Choroba",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "E. Choroba"
},
{
- "id" : "Luca Ferrari",
"name" : "Luca Ferrari",
"data" : [
[
@@ -40,9 +45,11 @@
"Blog",
2
]
- ]
+ ],
+ "id" : "Luca Ferrari"
},
{
+ "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -53,12 +60,10 @@
2
]
],
- "name" : "Roger Bell_West",
"id" : "Roger Bell_West"
},
{
"name" : "Simon Green",
- "id" : "Simon Green",
"data" : [
[
"Perl",
@@ -68,19 +73,21 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "Simon Green"
},
{
- "id" : "Simon Proctor",
"name" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "id" : "Simon Proctor"
},
{
+ "id" : "Stuart Little",
"data" : [
[
"Perl",
@@ -91,64 +98,76 @@
2
]
],
- "id" : "Stuart Little",
"name" : "Stuart Little"
+ },
+ {
+ "name" : "W. Luis Mochan",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "W. Luis Mochan"
}
]
},
"series" : [
{
+ "name" : "Perl Weekly Challenge - 099",
"data" : [
{
- "name" : "E. Choroba",
"drilldown" : "E. Choroba",
- "y" : 2
+ "y" : 2,
+ "name" : "E. Choroba"
},
{
"name" : "Luca Ferrari",
- "drilldown" : "Luca Ferrari",
- "y" : 4
+ "y" : 4,
+ "drilldown" : "Luca Ferrari"
},
{
- "y" : 4,
"name" : "Roger Bell_West",
- "drilldown" : "Roger Bell_West"
+ "drilldown" : "Roger Bell_West",
+ "y" : 4
},
{
"drilldown" : "Simon Green",
- "name" : "Simon Green",
- "y" : 3
+ "y" : 3,
+ "name" : "Simon Green"
},
{
"name" : "Simon Proctor",
- "drilldown" : "Simon Proctor",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "Simon Proctor"
},
{
- "name" : "Stuart Little",
"drilldown" : "Stuart Little",
- "y" : 4
+ "y" : 4,
+ "name" : "Stuart Little"
+ },
+ {
+ "name" : "W. Luis Mochan",
+ "y" : 3,
+ "drilldown" : "W. Luis Mochan"
}
],
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 099"
+ "colorByPoint" : 1
}
],
- "title" : {
- "text" : "Perl Weekly Challenge - 099"
- },
- "legend" : {
- "enabled" : 0
- },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "xAxis" : {
- "type" : "category"
- },
"chart" : {
"type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 099"
}
}