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.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index faa9f6d6be..206f5abe72 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,11 @@
{
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
- "name" : "Perl 5",
"data" : [
0,
2,
@@ -117,7 +121,8 @@
2,
16,
21
- ]
+ ],
+ "name" : "Perl 5"
},
{
"name" : "Perl 6",
@@ -359,26 +364,15 @@
}
],
"tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "subtitle" : {
+ "text" : "[Champions: 114] Last updated at 2019-09-17 18:43:45 GMT"
},
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "[Champions: 114] Last updated at 2019-09-17 12:21:15 GMT"
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -499,5 +493,11 @@
},
"title" : {
"text" : "Perl Weekly Challenge - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
}
}