aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-121-150.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-20 22:40:22 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-20 22:40:22 +0000
commitf70c2803deb2c05f6e7f36a04a1ae5628a6cbe4e (patch)
tree2cc8336604c6426933f232a077b0b8e51e6427dc /stats/pwc-summary-121-150.json
parent58b6de5504ca42facbdc3c62bb6d16e6202e29fc (diff)
downloadperlweeklychallenge-club-f70c2803deb2c05f6e7f36a04a1ae5628a6cbe4e.tar.gz
perlweeklychallenge-club-f70c2803deb2c05f6e7f36a04a1ae5628a6cbe4e.tar.bz2
perlweeklychallenge-club-f70c2803deb2c05f6e7f36a04a1ae5628a6cbe4e.zip
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
-rw-r--r--stats/pwc-summary-121-150.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json
index 6101477d17..f7627d1c02 100644
--- a/stats/pwc-summary-121-150.json
+++ b/stats/pwc-summary-121-150.json
@@ -1,11 +1,7 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"xAxis" : {
"categories" : [
@@ -41,18 +37,9 @@
"Maxim Kolodyazhny"
]
},
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2022-03-20 21:52:05 GMT"
- },
"series" : [
{
+ "name" : "Perl",
"data" : [
16,
4,
@@ -84,11 +71,9 @@
4,
6,
12
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -120,9 +105,11 @@
0,
0,
1
- ]
+ ],
+ "name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -154,14 +141,27 @@
1,
0,
0
- ],
- "name" : "Blog"
+ ]
}
],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2022-03-20 22:38:48 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
}
}