aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
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 ef3bc11f81..e3fd4cf5a2 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,22 +1,34 @@
{
- "legend" : {
- "enabled" : 0
+ "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"
+ }
+ ]
},
- "series" : [
- {
- "colorByPoint" : 1,
- "name" : "Champions",
- "data" : [
- {
- "drilldown" : "Kivanc Yazan",
- "y" : 1,
- "name" : "Kivanc Yazan"
- }
- ]
- }
- ],
- "title" : {
- "text" : "Perl Weekly Challenge - 004"
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2019-04-15 09:49:33 GMT"
},
"plotOptions" : {
"series" : {
@@ -27,37 +39,44 @@
"borderWidth" : 0
}
},
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"chart" : {
"type" : "column"
},
- "drilldown" : {
- "series" : [
- {
- "data" : [
- [
- "Perl 5",
- 1
- ]
- ],
- "id" : "Kivanc Yazan",
- "name" : "Kivanc Yazan"
- }
- ]
+ "tooltip" : {
+ "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"
}
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-04-15 00:00:45 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1,
- "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ "series" : [
+ {
+ "name" : "Champions",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "y" : 4,
+ "name" : "Dr James A. Smith",
+ "drilldown" : "Dr James A. Smith"
+ },
+ {
+ "y" : 1,
+ "name" : "Kivanc Yazan",
+ "drilldown" : "Kivanc Yazan"
+ }
+ ]
+ }
+ ],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 004"
}
}