aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-02 11:42:01 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-02 11:42:01 +0100
commitdf4885824db310da70af944e6a7258ff93b08957 (patch)
tree865a64f068f8abb1d70a9c4ab4d230c18aa903ab /stats/pwc-summary.json
parenta084ec3919fea40f67fc78efbbc75257f054be44 (diff)
downloadperlweeklychallenge-club-df4885824db310da70af944e6a7258ff93b08957.tar.gz
perlweeklychallenge-club-df4885824db310da70af944e6a7258ff93b08957.tar.bz2
perlweeklychallenge-club-df4885824db310da70af944e6a7258ff93b08957.zip
- Added solutions by Roger Bell West.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 2306844e7f..1a1e64c652 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,4 @@
{
- "subtitle" : {
- "text" : "[Champions: 112] Last updated at 2019-09-02 10:39:03 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"series" : [
{
"data" : [
@@ -100,7 +92,7 @@
7,
3,
2,
- 20,
+ 22,
43,
0,
6,
@@ -217,7 +209,7 @@
15,
0,
6,
- 8,
+ 9,
43,
3,
0,
@@ -243,6 +235,7 @@
"name" : "Perl 6"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -356,8 +349,7 @@
1,
2,
14
- ],
- "name" : "Blog"
+ ]
}
],
"xAxis" : {
@@ -479,17 +471,25 @@
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 112] Last updated at 2019-09-02 10:41:47 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"yAxis" : {
"title" : {
"text" : ""
},
"min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
}
}