aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authordrclaw1394 <drclaw@mac.com>2019-04-30 20:28:38 +1000
committerGitHub <noreply@github.com>2019-04-30 20:28:38 +1000
commit182e7fc8b240a27d2c320bbd2873dbb7cab98254 (patch)
treeb7e6ae60db55058ce9cbeb86ceebd9d155477454 /stats/pwc-current.json
parentb504c8012a2856b8229bd7ee3399ff905fc7e5e8 (diff)
parent2f5ee8d01e0212d9c8e587014b0df2710e0b0ef1 (diff)
downloadperlweeklychallenge-club-182e7fc8b240a27d2c320bbd2873dbb7cab98254.tar.gz
perlweeklychallenge-club-182e7fc8b240a27d2c320bbd2873dbb7cab98254.tar.bz2
perlweeklychallenge-club-182e7fc8b240a27d2c320bbd2873dbb7cab98254.zip
Merge pull request #5 from manwar/master
Merge for w6 structure
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json95
1 files changed, 27 insertions, 68 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index d76232ec49..f3922557ad 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,6 +1,16 @@
{
- "legend" : {
- "enabled" : 0
+ "tooltip" : {
+ "followPointer" : 1,
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
@@ -8,41 +18,13 @@
"colorByPoint" : 1,
"data" : [
{
- "y" : 2,
- "drilldown" : "Francis Whittle",
- "name" : "Francis Whittle"
- },
- {
- "name" : "Gustavo Chaves",
- "drilldown" : "Gustavo Chaves",
- "y" : 2
- },
- {
- "y" : 2,
- "drilldown" : "Dr James A. Smith",
- "name" : "Dr James A. Smith"
- },
- {
- "name" : "Robert Gratza",
- "drilldown" : "Robert Gratza",
- "y" : 2
+ "drilldown" : "Joelle Maslak",
+ "y" : 4,
+ "name" : "Joelle Maslak"
}
]
}
],
- "tooltip" : {
- "followPointer" : 1,
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
- },
- "xAxis" : {
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"plotOptions" : {
"series" : {
"dataLabels" : {
@@ -52,57 +34,34 @@
"borderWidth" : 0
}
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 1] Last updated at 2019-04-29 09:24:04 GMT"
+ },
+ "legend" : {
+ "enabled" : 0
},
"drilldown" : {
"series" : [
{
- "id" : "Francis Whittle",
- "data" : [
- [
- "Perl 6",
- 2
- ]
- ],
- "name" : "Francis Whittle"
- },
- {
- "name" : "Gustavo Chaves",
+ "id" : "Joelle Maslak",
+ "name" : "Joelle Maslak",
"data" : [
[
"Perl 5",
2
- ]
- ],
- "id" : "Gustavo Chaves"
- },
- {
- "data" : [
- [
- "Perl 5",
- 2
- ]
- ],
- "id" : "Dr James A. Smith",
- "name" : "Dr James A. Smith"
- },
- {
- "data" : [
+ ],
[
"Perl 6",
2
]
- ],
- "id" : "Robert Gratza",
- "name" : "Robert Gratza"
+ ]
}
]
},
"title" : {
- "text" : "Perl Weekly Challenge - 005"
+ "text" : "Perl Weekly Challenge - 006"
},
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2019-04-23 10:48:40 GMT"
+ "xAxis" : {
+ "type" : "category"
}
}