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.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 1be90f87ca..2fecd3e0cb 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,4 +1,12 @@
{
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -224,11 +232,19 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 221] Last updated at 2021-05-10 13:35:41 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -335,7 +351,7 @@
24,
0,
9,
- 17,
+ 20,
10,
8,
11,
@@ -405,7 +421,7 @@
1,
1,
1,
- 96,
+ 97,
57,
30,
27,
@@ -451,11 +467,9 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -570,11 +584,11 @@
0,
0,
0,
- 50,
+ 51,
2,
1,
0,
- 66,
+ 67,
1,
16,
46,
@@ -632,7 +646,7 @@
0,
3,
0,
- 84,
+ 85,
57,
28,
0,
@@ -678,10 +692,10 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -796,7 +810,7 @@
0,
0,
3,
- 50,
+ 51,
0,
0,
0,
@@ -904,7 +918,8 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
"yAxis" : {
@@ -912,20 +927,5 @@
"text" : ""
},
"min" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 221] Last updated at 2021-05-10 06:31:19 GMT"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}