aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-24 20:02:46 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-24 20:02:46 +0000
commit89360d10a5f2c28dfaa7524a737129ebe9dbd23a (patch)
treed235c6fd00db068ff5400fcef59ae7c42997a74b /stats/pwc-summary.json
parent0f6f9d8dc439d66232dd86672d3e02869ddfd5d5 (diff)
downloadperlweeklychallenge-club-89360d10a5f2c28dfaa7524a737129ebe9dbd23a.tar.gz
perlweeklychallenge-club-89360d10a5f2c28dfaa7524a737129ebe9dbd23a.tar.bz2
perlweeklychallenge-club-89360d10a5f2c28dfaa7524a737129ebe9dbd23a.zip
- Added solutions by Duane Powell.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index f6f6a307d7..da02a1a9b4 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,18 +1,10 @@
{
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"subtitle" : {
- "text" : "[Champions: 203] Last updated at 2020-11-24 19:31:01 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "text" : "[Champions: 203] Last updated at 2020-11-24 20:02:00 GMT"
},
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -61,7 +53,7 @@
3,
0,
0,
- 36,
+ 37,
75,
84,
1,
@@ -217,11 +209,9 @@
3,
41,
11
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -426,7 +416,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -637,9 +628,6 @@
]
}
],
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -850,10 +838,22 @@
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
+ },
+ "min" : 0
}
}