aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authordrclaw1394 <drclaw@mac.com>2019-09-11 20:47:21 +1000
committerGitHub <noreply@github.com>2019-09-11 20:47:21 +1000
commit827b069f70bd9bab954fc8c01b697c3e6503cf2f (patch)
tree65bc47c24b628826825646fe6c87f4f626ce6591 /stats/pwc-current.json
parent1e534120e5bcd7cae116d2090dd8e8d0c3080c6c (diff)
parente8b7dc6335e9a5cfb89d3a32090f8ba167124ea4 (diff)
downloadperlweeklychallenge-club-827b069f70bd9bab954fc8c01b697c3e6503cf2f.tar.gz
perlweeklychallenge-club-827b069f70bd9bab954fc8c01b697c3e6503cf2f.tar.bz2
perlweeklychallenge-club-827b069f70bd9bab954fc8c01b697c3e6503cf2f.zip
Merge pull request #24 from manwar/master
Update to w25
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json128
1 files changed, 26 insertions, 102 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index a782622e90..5a69167443 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,47 +1,21 @@
{
+ "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/>"
+ },
"xAxis" : {
"type" : "category"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 025"
+ },
"drilldown" : {
"series" : [
{
"data" : [
[
"Perl 5",
- 1
- ]
- ],
- "name" : "Dave Cross",
- "id" : "Dave Cross"
- },
- {
- "name" : "Duane Powell",
- "id" : "Duane Powell",
- "data" : [
- [
- "Perl 5",
- 2
- ]
- ]
- },
- {
- "data" : [
- [
- "Perl 5",
- 2
- ],
- [
- "Perl 6",
- 2
- ]
- ],
- "name" : "Joelle Maslak",
- "id" : "Joelle Maslak"
- },
- {
- "data" : [
- [
- "Perl 5",
2
],
[
@@ -57,18 +31,14 @@
"name" : "Laurent Rosenfeld"
},
{
- "id" : "Roger Bell West",
"name" : "Roger Bell West",
+ "id" : "Roger Bell West",
"data" : [
[
"Perl 5",
2
],
[
- "Perl 6",
- 1
- ],
- [
"Blog",
1
]
@@ -77,28 +47,14 @@
{
"data" : [
[
- "Perl 5",
- 1
- ],
- [
"Perl 6",
- 2
+ 1
]
],
"name" : "Simon Proctor",
"id" : "Simon Proctor"
},
{
- "name" : "Steven Wilson",
- "id" : "Steven Wilson",
- "data" : [
- [
- "Perl 5",
- 1
- ]
- ]
- },
- {
"id" : "Yet Ebreo",
"name" : "Yet Ebreo",
"data" : [
@@ -109,61 +65,40 @@
[
"Perl 6",
2
- ],
- [
- "Blog",
- 1
]
]
}
]
},
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2019-09-11 09:26:47 GMT"
+ },
"series" : [
{
"data" : [
{
- "name" : "Dave Cross",
- "drilldown" : "Dave Cross",
- "y" : 1
- },
- {
- "name" : "Duane Powell",
- "y" : 2,
- "drilldown" : "Duane Powell"
- },
- {
- "name" : "Joelle Maslak",
- "drilldown" : "Joelle Maslak",
- "y" : 4
- },
- {
- "name" : "Laurent Rosenfeld",
+ "y" : 5,
"drilldown" : "Laurent Rosenfeld",
- "y" : 5
- },
- {
- "name" : "Roger Bell West",
- "y" : 4,
- "drilldown" : "Roger Bell West"
+ "name" : "Laurent Rosenfeld"
},
{
- "name" : "Simon Proctor",
"y" : 3,
- "drilldown" : "Simon Proctor"
+ "drilldown" : "Roger Bell West",
+ "name" : "Roger Bell West"
},
{
- "name" : "Steven Wilson",
- "drilldown" : "Steven Wilson",
- "y" : 1
+ "y" : 1,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
+ "name" : "Yet Ebreo",
"drilldown" : "Yet Ebreo",
- "y" : 5,
- "name" : "Yet Ebreo"
+ "y" : 4
}
],
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 024"
+ "name" : "Perl Weekly Challenge - 025",
+ "colorByPoint" : 1
}
],
"legend" : {
@@ -178,23 +113,12 @@
}
}
},
- "subtitle" : {
- "text" : "[Champions: 8] Last updated at 2019-09-04 20:20:46 GMT"
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 024"
- },
- "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/>"
}
}