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.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 26b238102d..34aa016ff3 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,10 +1,14 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
+ "subtitle" : {
+ "text" : "[Champions: 225] Last updated at 2021-06-19 21:09:16 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -27,7 +31,7 @@
0,
43,
3,
- 95,
+ 96,
0,
10,
1,
@@ -231,10 +235,10 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -257,7 +261,7 @@
1,
116,
0,
- 79,
+ 80,
0,
1,
0,
@@ -461,7 +465,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -923,25 +928,20 @@
"Yozen Hernandez"
]
},
- "subtitle" : {
- "text" : "[Champions: 225] Last updated at 2021-06-19 21:07:15 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"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" : ""
- }
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "min" : 0
}
}