aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-13 10:08:36 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-13 10:08:36 +0000
commitb356d5e48a115cbb5cd6cfa398cb637a9d63a30e (patch)
treeb46f36d44495ccc591d761c3d4bab54708b4f9e8 /stats/pwc-summary.json
parent0c92a5ca398241367b488a13537773421d54f543 (diff)
downloadperlweeklychallenge-club-b356d5e48a115cbb5cd6cfa398cb637a9d63a30e.tar.gz
perlweeklychallenge-club-b356d5e48a115cbb5cd6cfa398cb637a9d63a30e.tar.bz2
perlweeklychallenge-club-b356d5e48a115cbb5cd6cfa398cb637a9d63a30e.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index d242d0e3e3..2ed01551c5 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,4 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -258,13 +250,6 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
"name" : "Perl",
@@ -329,7 +314,7 @@
0,
43,
132,
- 142,
+ 143,
1,
4,
12,
@@ -1023,13 +1008,28 @@
]
}
],
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"subtitle" : {
- "text" : "[Champions: 247] Last updated at 2022-01-12 14:16:56 GMT"
+ "text" : "[Champions: 247] Last updated at 2022-01-13 10:07:02 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : ""
}
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}