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.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 7224f40a52..d0450596f6 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,6 +1,13 @@
{
- "subtitle" : {
- "text" : "[Champions: 212] Last updated at 2020-12-28 00:46:58 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"categories" : [
@@ -218,15 +225,8 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -440,10 +440,10 @@
3,
41,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -633,7 +633,7 @@
1,
0,
1,
- 92,
+ 93,
0,
0,
0,
@@ -657,9 +657,11 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -873,23 +875,21 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "subtitle" : {
+ "text" : "[Champions: 212] Last updated at 2020-12-28 14:25:45 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : ""
}
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}