aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-22 20:54:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-22 20:54:07 +0100
commit6d45d24615398edf1969c70d3ebbfe11f09febe3 (patch)
tree05dd616b70db0f225f44f856ecf2898d152ec742 /stats/pwc-summary.json
parent52c86268faae2a72f32648d3d163afa60992f6d0 (diff)
downloadperlweeklychallenge-club-6d45d24615398edf1969c70d3ebbfe11f09febe3.tar.gz
perlweeklychallenge-club-6d45d24615398edf1969c70d3ebbfe11f09febe3.tar.bz2
perlweeklychallenge-club-6d45d24615398edf1969c70d3ebbfe11f09febe3.zip
- Added solution by Cheok-Yin Fung.
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 af6806c4c7..454c818804 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -276,19 +276,22 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 273] Last updated at 2022-10-22 19:52:25 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2022]"
},
- "subtitle" : {
- "text" : "[Champions: 273] Last updated at 2022-10-22 19:36:35 GMT"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -330,7 +333,7 @@
0,
15,
0,
- 136,
+ 137,
2,
0,
1,
@@ -563,9 +566,11 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -840,10 +845,10 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -1118,22 +1123,17 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ },
+ "min" : 0
}
}