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.json116
1 files changed, 60 insertions, 56 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 2f620769d5..5a69167443 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,56 +1,14 @@
{
- "chart" : {
- "type" : "column"
- },
"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/>",
- "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/>"
},
- "series" : [
- {
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "Laurent Rosenfeld",
- "drilldown" : "Laurent Rosenfeld",
- "y" : 5
- },
- {
- "drilldown" : "Roger Bell West",
- "name" : "Roger Bell West",
- "y" : 2
- },
- {
- "y" : 1,
- "name" : "Simon Proctor",
- "drilldown" : "Simon Proctor"
- },
- {
- "y" : 4,
- "drilldown" : "Yet Ebreo",
- "name" : "Yet Ebreo"
- }
- ],
- "name" : "Perl Weekly Challenge - 025"
- }
- ],
"xAxis" : {
"type" : "category"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge - 025"
},
"drilldown" : {
"series" : [
@@ -69,18 +27,22 @@
1
]
],
- "name" : "Laurent Rosenfeld",
- "id" : "Laurent Rosenfeld"
+ "id" : "Laurent Rosenfeld",
+ "name" : "Laurent Rosenfeld"
},
{
+ "name" : "Roger Bell West",
"id" : "Roger Bell West",
"data" : [
[
"Perl 5",
2
+ ],
+ [
+ "Blog",
+ 1
]
- ],
- "name" : "Roger Bell West"
+ ]
},
{
"data" : [
@@ -93,6 +55,7 @@
"id" : "Simon Proctor"
},
{
+ "id" : "Yet Ebreo",
"name" : "Yet Ebreo",
"data" : [
[
@@ -103,18 +66,59 @@
"Perl 6",
2
]
- ],
- "id" : "Yet Ebreo"
+ ]
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 025"
- },
"subtitle" : {
- "text" : "[Champions: 4] Last updated at 2019-09-11 08:34:10 GMT"
+ "text" : "[Champions: 4] Last updated at 2019-09-11 09:26:47 GMT"
},
+ "series" : [
+ {
+ "data" : [
+ {
+ "y" : 5,
+ "drilldown" : "Laurent Rosenfeld",
+ "name" : "Laurent Rosenfeld"
+ },
+ {
+ "y" : 3,
+ "drilldown" : "Roger Bell West",
+ "name" : "Roger Bell West"
+ },
+ {
+ "y" : 1,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
+ },
+ {
+ "name" : "Yet Ebreo",
+ "drilldown" : "Yet Ebreo",
+ "y" : 4
+ }
+ ],
+ "name" : "Perl Weekly Challenge - 025",
+ "colorByPoint" : 1
+ }
+ ],
"legend" : {
"enabled" : 0
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
}
}