aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorLuis Mochan <mochan@fis.unam.mx>2022-01-25 10:19:01 -0600
committerLuis Mochan <mochan@fis.unam.mx>2022-01-25 10:19:01 -0600
commit561e41f477322fe86e8d1012232be050a2f264c2 (patch)
tree624abe8a890049dabcf4e1ba7eea1f257003c8ee /stats/pwc-summary.json
parentc27eda7a3c0ef6156d793447efe52af90b9ca634 (diff)
parent4adb8b85517349f572994ae042eccf2d7327a2ee (diff)
downloadperlweeklychallenge-club-561e41f477322fe86e8d1012232be050a2f264c2.tar.gz
perlweeklychallenge-club-561e41f477322fe86e8d1012232be050a2f264c2.tar.bz2
perlweeklychallenge-club-561e41f477322fe86e8d1012232be050a2f264c2.zip
Merge branch 'master' of github.com:manwar/perlweeklychallenge-club into challenges
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 b725e58d85..ce553aa389 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,17 @@
{
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "[Champions: 248] Last updated at 2022-01-24 06:38:16 GMT"
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
},
"chart" : {
"type" : "column"
},
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -260,14 +264,17 @@
"Yozen Hernandez"
]
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
},
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -280,7 +287,7 @@
0,
1,
15,
- 29,
+ 30,
3,
26,
9,
@@ -517,8 +524,7 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -610,7 +616,7 @@
2,
5,
0,
- 76,
+ 77,
2,
0,
7,
@@ -774,7 +780,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -1024,16 +1029,11 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "subtitle" : {
+ "text" : "[Champions: 248] Last updated at 2022-01-25 12:07:05 GMT"
}
}