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 c68e262621..d533bca08f 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,25 +1,4 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "subtitle" : {
- "text" : "[Champions: 112] Last updated at 2019-09-01 23:54:03 GMT"
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -136,8 +115,14 @@
"Yozen Hernandez"
]
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
},
"series" : [
{
@@ -192,7 +177,7 @@
0,
6,
1,
- 60,
+ 61,
7,
2,
2,
@@ -258,6 +243,7 @@
]
},
{
+ "name" : "Perl 6",
"data" : [
6,
0,
@@ -308,7 +294,7 @@
1,
15,
0,
- 60,
+ 61,
0,
0,
21,
@@ -371,8 +357,7 @@
2,
7,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
"data" : [
@@ -491,5 +476,20 @@
],
"name" : "Blog"
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 112] Last updated at 2019-09-02 10:29:14 GMT"
+ }
}