aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-20 17:54:02 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-20 17:54:02 +0000
commit4febf82447c4fe8b61ecbded11ff981bce750efe (patch)
tree5739a8d68c1199f5178eb64fdc3df93ca8bab3ca /stats/pwc-summary.json
parent23ed6fd8bb1567958482dfa49d226585a070cb92 (diff)
downloadperlweeklychallenge-club-4febf82447c4fe8b61ecbded11ff981bce750efe.tar.gz
perlweeklychallenge-club-4febf82447c4fe8b61ecbded11ff981bce750efe.tar.bz2
perlweeklychallenge-club-4febf82447c4fe8b61ecbded11ff981bce750efe.zip
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 669b8027a9..e9ba65b5b2 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,6 +1,8 @@
{
- "subtitle" : {
- "text" : "[Champions: 142] Last updated at 2020-01-20 17:11:23 GMT"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
@@ -151,7 +153,6 @@
"name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -273,7 +274,7 @@
0,
0,
0,
- 41,
+ 42,
0,
1,
0,
@@ -295,7 +296,8 @@
2,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -445,9 +447,11 @@
]
}
],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
},
"xAxis" : {
"categories" : [
@@ -598,18 +602,14 @@
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
+ "subtitle" : {
+ "text" : "[Champions: 142] Last updated at 2020-01-20 17:53:46 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}