aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-24 23:45:11 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-24 23:45:11 +0000
commitd819bc1ea8d52cfe8462dc5a0dda599c844d0587 (patch)
treeb09e4565dbfb2d35fb83b916caf4642fbb422c00 /stats/pwc-summary.json
parentea6b934f04a9be5468e90e99a2cbe2cd80e06b21 (diff)
downloadperlweeklychallenge-club-d819bc1ea8d52cfe8462dc5a0dda599c844d0587.tar.gz
perlweeklychallenge-club-d819bc1ea8d52cfe8462dc5a0dda599c844d0587.tar.bz2
perlweeklychallenge-club-d819bc1ea8d52cfe8462dc5a0dda599c844d0587.zip
- Added solution by Cristina Heredia.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 15a4c42d22..aae0ade19d 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,15 +1,6 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -49,7 +40,7 @@
73,
2,
1,
- 28,
+ 29,
1,
0,
26,
@@ -225,7 +216,8 @@
3,
41,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"name" : "Raku",
@@ -672,11 +664,9 @@
"text" : ""
}
},
- "subtitle" : {
- "text" : "[Champions: 214] Last updated at 2021-01-24 12:57:19 GMT"
- },
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"xAxis" : {
"categories" : [
@@ -896,8 +886,18 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 214] Last updated at 2021-01-24 23:44:54 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "chart" : {
+ "type" : "column"
}
}