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, 30 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 5dbb126f07..bb47ee498b 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,4 @@
{
- "subtitle" : {
- "text" : "[Champions: 115] Last updated at 2019-10-01 10:14:20 GMT"
- },
"series" : [
{
"data" : [
@@ -114,6 +111,7 @@
2,
2,
0,
+ 0,
17,
9,
1,
@@ -124,7 +122,6 @@
"name" : "Perl 5"
},
{
- "name" : "Perl 6",
"data" : [
6,
0,
@@ -234,6 +231,7 @@
4,
0,
0,
+ 2,
6,
2,
0,
@@ -241,7 +239,8 @@
2,
14,
0
- ]
+ ],
+ "name" : "Perl 6"
},
{
"name" : "Blog",
@@ -355,6 +354,7 @@
0,
0,
0,
+ 0,
3,
0,
0,
@@ -364,6 +364,30 @@
]
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 116] Last updated at 2019-10-01 10:28:27 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -474,6 +498,7 @@
"Tim Smith",
"Tore Andersson",
"Trenton Langer",
+ "Ulrich Rieke",
"Luis F. Uceta",
"Veesh Goldman",
"Walt Mankowski",
@@ -482,26 +507,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}