aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-03 08:00:28 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-03 08:00:28 +0000
commitb2b57e9cb5166cb5bb2a4539dc26d716e7e39bed (patch)
tree6a13ac1deb4d3605d0fafed5567072ef552fbae6 /stats/pwc-summary.json
parentb916a18e1833036bf590ebcc895815e3c5e5776b (diff)
downloadperlweeklychallenge-club-b2b57e9cb5166cb5bb2a4539dc26d716e7e39bed.tar.gz
perlweeklychallenge-club-b2b57e9cb5166cb5bb2a4539dc26d716e7e39bed.tar.bz2
perlweeklychallenge-club-b2b57e9cb5166cb5bb2a4539dc26d716e7e39bed.zip
- Added blog post by Colin Crain.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index b8e5477a42..399c043d97 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,4 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 249] Last updated at 2022-02-03 07:52:25 GMT"
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -260,12 +252,32 @@
"Yozen Hernandez"
]
},
+ "subtitle" : {
+ "text" : "[Champions: 249] Last updated at 2022-02-03 07:59:09 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "chart" : {
+ "type" : "column"
+ },
"title" : {
"text" : "The Weekly Challenge [2019 - 2021]"
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -516,9 +528,11 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -769,8 +783,7 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -813,7 +826,7 @@
2,
0,
0,
- 74,
+ 75,
0,
0,
0,
@@ -1026,18 +1039,5 @@
],
"name" : "Blog"
}
- ],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- }
+ ]
}