aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-22 08:29:16 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-22 08:29:16 +0100
commitc19dcbd6bfc90f7f4056aeb3d39856f1b098014d (patch)
tree1ed169544052a3000c374dd930cd4dcec944e69e /stats/pwc-summary.json
parent36f0e93990612be7e47efde4fa9277b184593984 (diff)
downloadperlweeklychallenge-club-c19dcbd6bfc90f7f4056aeb3d39856f1b098014d.tar.gz
perlweeklychallenge-club-c19dcbd6bfc90f7f4056aeb3d39856f1b098014d.tar.bz2
perlweeklychallenge-club-c19dcbd6bfc90f7f4056aeb3d39856f1b098014d.zip
- Added solutions by Robert Ransbottom.
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 b0798e3453..6698326942 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,19 +1,7 @@
{
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 261] Last updated at 2022-06-21 22:29:29 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
- },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -276,8 +264,7 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -493,7 +480,7 @@
0,
16,
3,
- 18,
+ 19,
0,
143,
57,
@@ -546,7 +533,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -809,19 +795,22 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "subtitle" : {
+ "text" : "[Champions: 261] Last updated at 2022-06-22 07:21:31 GMT"
},
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"xAxis" : {
"categories" : [
@@ -1087,5 +1076,16 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}