aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorbagheera-sands <git@sandsscouts.org.uk>2019-04-15 14:47:09 +0100
committerbagheera-sands <git@sandsscouts.org.uk>2019-04-15 14:47:09 +0100
commit8f3f0289b179d9d27d9f027530d3048b842016be (patch)
tree60249a37b2c4b326b43395ef123df1406f2f6241 /stats/pwc-current.json
parent94cceaf1acf32d92490f115eb7e09c09795d165a (diff)
parent65fcfda85f1746c89e8608cf8fba8f08429f1a58 (diff)
downloadperlweeklychallenge-club-8f3f0289b179d9d27d9f027530d3048b842016be.tar.gz
perlweeklychallenge-club-8f3f0289b179d9d27d9f027530d3048b842016be.tar.bz2
perlweeklychallenge-club-8f3f0289b179d9d27d9f027530d3048b842016be.zip
Merge branch 'master' of github.com:manwar/perlweeklychallenge-club
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json121
1 files changed, 68 insertions, 53 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index e3fd4cf5a2..d4bb12538b 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,82 +1,97 @@
{
- "drilldown" : {
- "series" : [
- {
- "id" : "Dr James A. Smith",
- "name" : "Dr James A. Smith",
- "data" : [
- [
- "Perl 5",
- 2
- ],
- [
- "Perl 6",
- 2
- ]
- ]
- },
- {
- "data" : [
- [
- "Perl 5",
- 1
- ]
- ],
- "name" : "Kivanc Yazan",
- "id" : "Kivanc Yazan"
- }
- ]
+ "legend" : {
+ "enabled" : 0
},
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2019-04-15 09:49:33 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 004"
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2019-04-15 13:45:21 GMT"
},
"xAxis" : {
"type" : "category"
},
- "legend" : {
- "enabled" : 0
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"chart" : {
"type" : "column"
},
"tooltip" : {
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"pointerFormat" : "<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"
- }
+ "followPointer" : 1
},
"series" : [
{
- "name" : "Champions",
- "colorByPoint" : 1,
"data" : [
{
"y" : 4,
- "name" : "Dr James A. Smith",
- "drilldown" : "Dr James A. Smith"
+ "drilldown" : "Dr James A. Smith",
+ "name" : "Dr James A. Smith"
},
{
"y" : 1,
"name" : "Kivanc Yazan",
"drilldown" : "Kivanc Yazan"
+ },
+ {
+ "y" : 1,
+ "name" : "Maxim Kolodyazhny",
+ "drilldown" : "Maxim Kolodyazhny"
}
- ]
+ ],
+ "name" : "Champions",
+ "colorByPoint" : 1
}
],
- "title" : {
- "text" : "Perl Weekly Challenge - 004"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "drilldown" : {
+ "series" : [
+ {
+ "name" : "Dr James A. Smith",
+ "id" : "Dr James A. Smith",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ],
+ [
+ "Perl 6",
+ 2
+ ]
+ ]
+ },
+ {
+ "name" : "Kivanc Yazan",
+ "id" : "Kivanc Yazan",
+ "data" : [
+ [
+ "Perl 5",
+ 1
+ ]
+ ]
+ },
+ {
+ "id" : "Maxim Kolodyazhny",
+ "name" : "Maxim Kolodyazhny",
+ "data" : [
+ [
+ "Perl 5",
+ 1
+ ]
+ ]
+ }
+ ]
}
}