aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-18 18:31:18 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-18 18:31:18 +0000
commitedbffb4f99af5c4e9a140cc088cf95ae641594ca (patch)
treeeb8dc762f6cbe006b4ae4518b21d85d86816b95a /stats/pwc-summary.json
parent2b8d888ab506cb4e81bc69327fa075e3094e7086 (diff)
downloadperlweeklychallenge-club-edbffb4f99af5c4e9a140cc088cf95ae641594ca.tar.gz
perlweeklychallenge-club-edbffb4f99af5c4e9a140cc088cf95ae641594ca.tar.bz2
perlweeklychallenge-club-edbffb4f99af5c4e9a140cc088cf95ae641594ca.zip
- Added solutions by Walt Mankowski.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 8a5b33b98b..7fc73dddc0 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,22 +1,4 @@
{
- "subtitle" : {
- "text" : "[Champions: 248] Last updated at 2022-01-18 18:19:33 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -269,9 +251,14 @@
"Yozen Hernandez"
]
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -514,17 +501,17 @@
0,
2,
58,
- 33,
+ 34,
96,
1,
3,
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -774,9 +761,11 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -1026,14 +1015,25 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 248] Last updated at 2022-01-18 18:29:37 GMT"
},
"chart" : {
"type" : "column"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
}
}