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 c11fd878fd..6bb49b3a44 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,17 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -232,10 +240,6 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"series" : [
{
"name" : "Perl",
@@ -467,6 +471,7 @@
]
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -692,8 +697,7 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
"name" : "Blog",
@@ -876,7 +880,7 @@
0,
0,
0,
- 97,
+ 98,
0,
18,
1,
@@ -925,19 +929,15 @@
]
}
],
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
+ "subtitle" : {
+ "text" : "[Champions: 224] Last updated at 2021-06-16 09:42:18 GMT"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
},
- "subtitle" : {
- "text" : "[Champions: 224] Last updated at 2021-06-16 09:38:00 GMT"
+ "chart" : {
+ "type" : "column"
}
}