aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 3a1d815cb4..683a4a32fe 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,4 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
"series" : [
{
"data" : [
@@ -68,7 +60,7 @@
4,
2,
2,
- 0,
+ 2,
0,
2,
4,
@@ -84,7 +76,6 @@
"name" : "Perl 5"
},
{
- "name" : "Perl 6",
"data" : [
0,
0,
@@ -144,7 +135,7 @@
0,
0,
0,
- 0,
+ 2,
3,
0,
6,
@@ -156,9 +147,22 @@
0,
0,
0
- ]
+ ],
+ "name" : "Perl 6"
}
],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 70] Last updated at 2019-04-09 10:15:06 GMT"
+ },
"xAxis" : {
"categories" : [
"Abigail",
@@ -233,20 +237,16 @@
"William Gilmore"
]
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
"yAxis" : {
"title" : {
"text" : ""
},
"min" : 0
},
- "subtitle" : {
- "text" : "[Champions: 70] Last updated at 2019-04-08 18:14:25 GMT"
- },
"chart" : {
"type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
}
}