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.json92
1 files changed, 46 insertions, 46 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index d6a3872860..9a5c8d1dd4 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,98 +1,109 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"legend" : {
"enabled" : 0
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 022"
+ },
"series" : [
{
- "name" : "Perl Weekly Challenge - 022",
"data" : [
{
- "y" : 1,
"drilldown" : "Andrezgz",
+ "y" : 1,
"name" : "Andrezgz"
},
{
- "y" : 1,
+ "y" : 2,
"drilldown" : "Duane Powell",
"name" : "Duane Powell"
},
{
"drilldown" : "E. Choroba",
- "name" : "E. Choroba",
- "y" : 2
+ "y" : 2,
+ "name" : "E. Choroba"
},
{
- "name" : "Laurent Rosenfeld",
"drilldown" : "Laurent Rosenfeld",
- "y" : 5
+ "y" : 5,
+ "name" : "Laurent Rosenfeld"
},
{
+ "drilldown" : "Roger Bell West",
"y" : 3,
- "name" : "Roger Bell West",
- "drilldown" : "Roger Bell West"
+ "name" : "Roger Bell West"
},
{
- "drilldown" : "Simon Proctor",
"name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor",
"y" : 2
},
{
"drilldown" : "Steven Wilson",
- "name" : "Steven Wilson",
- "y" : 1
+ "y" : 1,
+ "name" : "Steven Wilson"
},
{
- "name" : "Yet Ebreo",
"drilldown" : "Yet Ebreo",
- "y" : 5
+ "y" : 5,
+ "name" : "Yet Ebreo"
}
],
- "colorByPoint" : 1
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 022"
}
],
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "subtitle" : {
+ "text" : "[Champions: 8] Last updated at 2019-08-23 13:55:21 GMT"
+ },
+ "xAxis" : {
+ "type" : "category"
},
"tooltip" : {
- "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/>",
"followPointer" : 1,
- "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/>"
},
"drilldown" : {
"series" : [
{
"name" : "Andrezgz",
+ "id" : "Andrezgz",
"data" : [
[
"Perl 5",
1
]
- ],
- "id" : "Andrezgz"
+ ]
},
{
"data" : [
[
"Perl 5",
- 1
+ 2
]
],
"id" : "Duane Powell",
"name" : "Duane Powell"
},
{
- "id" : "E. Choroba",
+ "name" : "E. Choroba",
"data" : [
[
"Perl 5",
2
]
],
- "name" : "E. Choroba"
+ "id" : "E. Choroba"
},
{
+ "name" : "Laurent Rosenfeld",
+ "id" : "Laurent Rosenfeld",
"data" : [
[
"Perl 5",
@@ -106,12 +117,9 @@
"Blog",
1
]
- ],
- "id" : "Laurent Rosenfeld",
- "name" : "Laurent Rosenfeld"
+ ]
},
{
- "name" : "Roger Bell West",
"data" : [
[
"Perl 5",
@@ -122,7 +130,8 @@
1
]
],
- "id" : "Roger Bell West"
+ "id" : "Roger Bell West",
+ "name" : "Roger Bell West"
},
{
"name" : "Simon Proctor",
@@ -135,17 +144,17 @@
]
},
{
+ "name" : "Steven Wilson",
"data" : [
[
"Perl 5",
1
]
],
- "id" : "Steven Wilson",
- "name" : "Steven Wilson"
+ "id" : "Steven Wilson"
},
{
- "id" : "Yet Ebreo",
+ "name" : "Yet Ebreo",
"data" : [
[
"Perl 5",
@@ -160,28 +169,19 @@
1
]
],
- "name" : "Yet Ebreo"
+ "id" : "Yet Ebreo"
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 022"
- },
- "xAxis" : {
- "type" : "category"
- },
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "[Champions: 8] Last updated at 2019-08-23 10:27:00 GMT"
- },
"plotOptions" : {
"series" : {
"borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
+ "format" : "{point.y}",
+ "enabled" : 1
}
}
}