aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-15 17:39:36 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-15 17:39:36 +0100
commit591a110f8cf0134164bb347716349edb48d2fce4 (patch)
treee9449830e9c34148c03d6ed5cfbb25420a10897d /stats/pwc-summary.json
parent010b302870886327f53966cbf906b68f2b13b446 (diff)
downloadperlweeklychallenge-club-591a110f8cf0134164bb347716349edb48d2fce4.tar.gz
perlweeklychallenge-club-591a110f8cf0134164bb347716349edb48d2fce4.tar.bz2
perlweeklychallenge-club-591a110f8cf0134164bb347716349edb48d2fce4.zip
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 55d5fca900..94d9a1d50b 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,18 @@
{
+ "subtitle" : {
+ "text" : "[Champions: 72] Last updated at 2019-04-15 16:39:07 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"title" : {
"text" : "Perl Weekly Challenge - 2019"
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "subtitle" : {
- "text" : "[Champions: 72] Last updated at 2019-04-15 14:42:47 GMT"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"categories" : [
@@ -85,15 +90,11 @@
"William Gilmore"
]
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
- 0,
+ 2,
6,
3,
0,
@@ -165,8 +166,7 @@
2,
3,
1
- ],
- "name" : "Perl 5"
+ ]
},
{
"data" : [
@@ -246,13 +246,13 @@
"name" : "Perl 6"
}
],
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}