aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2022-02-17 12:28:17 +0000
committerdrbaggy <js5@sanger.ac.uk>2022-02-17 12:28:17 +0000
commit07c7d869d7c7a930b5055adec2d69f7381e3c440 (patch)
treef0466c6982d7d2477da2d09373ca653451e19919 /stats/pwc-current.json
parent9a6cc266d0fac8e9b6165049df138f63d099974d (diff)
parent95a1a375cf062851e685d1ae964b109beb09c361 (diff)
downloadperlweeklychallenge-club-07c7d869d7c7a930b5055adec2d69f7381e3c440.tar.gz
perlweeklychallenge-club-07c7d869d7c7a930b5055adec2d69f7381e3c440.tar.bz2
perlweeklychallenge-club-07c7d869d7c7a930b5055adec2d69f7381e3c440.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json129
1 files changed, 74 insertions, 55 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index eca7113f45..9020334e82 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,14 +1,9 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"drilldown" : {
"series" : [
{
- "name" : "Abigail",
"id" : "Abigail",
+ "name" : "Abigail",
"data" : [
[
"Perl",
@@ -17,6 +12,20 @@
]
},
{
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 2
+ ]
+ ],
+ "id" : "Dave Jacoby",
+ "name" : "Dave Jacoby"
+ },
+ {
"id" : "E. Choroba",
"name" : "E. Choroba",
"data" : [
@@ -27,8 +36,8 @@
]
},
{
- "name" : "James Smith",
"id" : "James Smith",
+ "name" : "James Smith",
"data" : [
[
"Perl",
@@ -41,6 +50,8 @@
]
},
{
+ "name" : "Luca Ferrari",
+ "id" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -50,23 +61,19 @@
"Blog",
2
]
- ],
- "id" : "Luca Ferrari",
- "name" : "Luca Ferrari"
+ ]
},
{
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ],
- "name" : "Mark Anderson",
- "id" : "Mark Anderson"
+ ]
},
{
- "name" : "Roger Bell_West",
- "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -76,9 +83,13 @@
"Raku",
2
]
- ]
+ ],
+ "name" : "Roger Bell_West",
+ "id" : "Roger Bell_West"
},
{
+ "id" : "W. Luis Mochan",
+ "name" : "W. Luis Mochan",
"data" : [
[
"Perl",
@@ -88,81 +99,89 @@
"Blog",
1
]
- ],
- "name" : "W. Luis Mochan",
- "id" : "W. Luis Mochan"
+ ]
}
]
},
- "xAxis" : {
- "type" : "category"
+ "tooltip" : {
+ "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/>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
+ "legend" : {
+ "enabled" : 0
},
"series" : [
{
- "name" : "The Weekly Challenge - 152",
- "colorByPoint" : 1,
"data" : [
{
"drilldown" : "Abigail",
- "name" : "Abigail",
- "y" : 2
+ "y" : 2,
+ "name" : "Abigail"
+ },
+ {
+ "name" : "Dave Jacoby",
+ "y" : 4,
+ "drilldown" : "Dave Jacoby"
},
{
- "name" : "E. Choroba",
"y" : 2,
- "drilldown" : "E. Choroba"
+ "drilldown" : "E. Choroba",
+ "name" : "E. Choroba"
},
{
- "name" : "James Smith",
+ "drilldown" : "James Smith",
"y" : 3,
- "drilldown" : "James Smith"
+ "name" : "James Smith"
},
{
- "drilldown" : "Luca Ferrari",
"name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari",
"y" : 4
},
{
- "drilldown" : "Mark Anderson",
"name" : "Mark Anderson",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "Mark Anderson"
},
{
+ "name" : "Roger Bell_West",
"drilldown" : "Roger Bell_West",
- "y" : 4,
- "name" : "Roger Bell_West"
+ "y" : 4
},
{
+ "y" : 3,
"drilldown" : "W. Luis Mochan",
- "name" : "W. Luis Mochan",
- "y" : 3
+ "name" : "W. Luis Mochan"
}
- ]
+ ],
+ "name" : "The Weekly Challenge - 152",
+ "colorByPoint" : 1
}
],
+ "xAxis" : {
+ "type" : "category"
+ },
"subtitle" : {
- "text" : "[Champions: 7] Last updated at 2022-02-16 10:39:34 GMT"
+ "text" : "[Champions: 8] Last updated at 2022-02-17 12:02:48 GMT"
},
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : 0
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "tooltip" : {
- "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/>",
- "followPointer" : 1
- },
"title" : {
"text" : "The Weekly Challenge - 152"
}