aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-05 19:00:51 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-05 19:00:51 +0100
commitdf69ee4aac0f4db0b63b34bcde7a9339a6630bf9 (patch)
treee4d095ada2af68b35f8627ab5053b7830f72e1fc /stats/pwc-summary.json
parent355852d009432c815e9043076007f6de484c8a2e (diff)
downloadperlweeklychallenge-club-df69ee4aac0f4db0b63b34bcde7a9339a6630bf9.tar.gz
perlweeklychallenge-club-df69ee4aac0f4db0b63b34bcde7a9339a6630bf9.tar.bz2
perlweeklychallenge-club-df69ee4aac0f4db0b63b34bcde7a9339a6630bf9.zip
- Added solution by Philippe Bricout.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 821cc812a6..f04d89ffe9 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,30 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 262] Last updated at 2022-07-05 17:59:14 GMT"
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -195,7 +218,7 @@
10,
4,
1,
- 3,
+ 4,
2,
4,
1,
@@ -265,9 +288,11 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -531,11 +556,9 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -799,18 +822,10 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "subtitle" : {
- "text" : "[Champions: 262] Last updated at 2022-07-05 09:53:06 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -1076,20 +1091,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
}
}