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.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index e7b3f5db46..a68f12857b 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,24 @@
{
"subtitle" : {
- "text" : "[Champions: 184] Last updated at 2020-08-27 17:28:32 GMT"
+ "text" : "[Champions: 184] Last updated at 2020-08-27 19:05:11 GMT"
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"xAxis" : {
"categories" : [
@@ -197,9 +208,11 @@
"Yozen Hernandez"
]
},
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -295,7 +308,7 @@
73,
8,
1,
- 32,
+ 33,
0,
0,
1,
@@ -385,10 +398,10 @@
3,
38,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -574,7 +587,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -765,19 +779,5 @@
10
]
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- }
+ ]
}