aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-28 09:03:54 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-28 09:03:54 +0000
commitcbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d (patch)
tree219af650bca45c823cfc92bf665b1f3ab58c2782 /stats/pwc-summary.json
parentdbefd08196321c78011057ade95bb31b7e6aa6b3 (diff)
downloadperlweeklychallenge-club-cbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d.tar.gz
perlweeklychallenge-club-cbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d.tar.bz2
perlweeklychallenge-club-cbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d.zip
- Added solution by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 39ce3768e9..73cb0cdc5d 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,15 +1,4 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"series" : [
{
"data" : [
@@ -73,7 +62,7 @@
0,
43,
134,
- 144,
+ 145,
1,
4,
12,
@@ -265,6 +254,7 @@
"name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -514,8 +504,7 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -771,6 +760,14 @@
"name" : "Blog"
}
],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 248] Last updated at 2022-01-28 08:39:56 GMT"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -1023,17 +1020,20 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
- },
"chart" : {
"type" : "column"
},
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
- "subtitle" : {
- "text" : "[Champions: 248] Last updated at 2022-01-28 07:48:29 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
}
}