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.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 8b877ba988..bd8071ab0c 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,25 +1,12 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 104] Last updated at 2019-07-21 19:24:44 GMT"
+ "chart" : {
+ "type" : "column"
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -128,15 +115,13 @@
"Yozen Hernandez"
]
},
- "chart" : {
- "type" : "column"
- },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
- 32,
+ 35,
3,
0,
0,
@@ -238,8 +223,7 @@
1,
1,
20
- ],
- "name" : "Perl 5"
+ ]
},
{
"name" : "Perl 6",
@@ -354,7 +338,7 @@
"data" : [
0,
0,
- 16,
+ 17,
0,
0,
0,
@@ -459,5 +443,21 @@
],
"name" : "Blog"
}
- ]
+ ],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 104] Last updated at 2019-07-21 19:29:58 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ }
}