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.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index d845fcfa77..ab46d35582 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,27 +1,9 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "subtitle" : {
- "text" : "[Champions: 110] Last updated at 2019-08-29 23:51:15 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
+ },
+ "min" : 0
},
"xAxis" : {
"categories" : [
@@ -139,6 +121,7 @@
},
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -250,10 +233,10 @@
2,
9,
21
- ],
- "name" : "Perl 5"
+ ]
},
{
+ "name" : "Perl 6",
"data" : [
6,
0,
@@ -305,7 +288,7 @@
57,
0,
0,
- 19,
+ 21,
2,
0,
0,
@@ -365,10 +348,10 @@
2,
7,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -480,8 +463,25 @@
1,
1,
14
- ],
- "name" : "Blog"
+ ]
+ }
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 110] Last updated at 2019-08-30 11:24:16 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
- ]
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ }
}