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 4f0f344aee..98eb0362b2 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,6 @@
{
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
},
"xAxis" : {
"categories" : [
@@ -102,6 +99,10 @@
"Yozen Hernandez"
]
},
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"series" : [
{
"name" : "Perl 5",
@@ -202,7 +203,6 @@
]
},
{
- "name" : "Perl 6",
"data" : [
4,
0,
@@ -297,7 +297,8 @@
0,
1,
0
- ]
+ ],
+ "name" : "Perl 6"
},
{
"name" : "Blog",
@@ -398,22 +399,21 @@
]
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
+ "chart" : {
+ "type" : "column"
},
"subtitle" : {
- "text" : "[Champions: 93] Last updated at 2019-06-14 23:11:04 GMT"
+ "text" : "[Champions: 93] Last updated at 2019-06-15 04:54:31 GMT"
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}