aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-06 15:24:33 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-06 15:24:33 +0000
commit8f229ddc13570f5a8adae0751634fc3cf81b4e7a (patch)
treeee8cc4cad77c13909249060faab7758f03c58f6e /stats/pwc-current.json
parent93385e159619a57b2dbf6049d887f6697af84be5 (diff)
downloadperlweeklychallenge-club-8f229ddc13570f5a8adae0751634fc3cf81b4e7a.tar.gz
perlweeklychallenge-club-8f229ddc13570f5a8adae0751634fc3cf81b4e7a.tar.bz2
perlweeklychallenge-club-8f229ddc13570f5a8adae0751634fc3cf81b4e7a.zip
- Added PWC 041 stats.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index aa1e479f5b..ecaa4d17ef 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,15 +1,6 @@
{
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
+ "legend" : {
+ "enabled" : 0
},
"drilldown" : {
"series" : [
@@ -25,39 +16,48 @@
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 042"
- },
- "legend" : {
- "enabled" : 0
- },
"series" : [
{
+ "colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 042",
"data" : [
{
- "y" : 2,
"drilldown" : "Kivanc Yazan",
- "name" : "Kivanc Yazan"
+ "name" : "Kivanc Yazan",
+ "y" : 2
}
- ],
- "colorByPoint" : 1
+ ]
}
],
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 042"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
"tooltip" : {
"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/>",
- "followPointer" : 1
+ "followPointer" : 1,
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2020-01-06 15:20:47 GMT"
+ "chart" : {
+ "type" : "column"
},
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "[Champions: 1] Last updated at 2020-01-06 15:23:53 GMT"
}
}