aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-1-30.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-16 15:35:07 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-16 15:35:07 +0000
commit7febc4d70a3f6488888b16632421062d30be631c (patch)
treeda9160ce04408a36ed53c7b642a2087a787a956d /stats/pwc-summary-1-30.json
parentc306b254de4857b847342e1ce934a3336ce5d589 (diff)
downloadperlweeklychallenge-club-7febc4d70a3f6488888b16632421062d30be631c.tar.gz
perlweeklychallenge-club-7febc4d70a3f6488888b16632421062d30be631c.tar.bz2
perlweeklychallenge-club-7febc4d70a3f6488888b16632421062d30be631c.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
-rw-r--r--stats/pwc-summary-1-30.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index cc3d95004d..34bca769fd 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -1,21 +1,7 @@
{
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
2,
0,
@@ -47,10 +33,10 @@
4,
21,
42
- ],
- "name" : "Perl 5"
+ ]
},
{
+ "name" : "Perl 6",
"data" : [
0,
0,
@@ -82,10 +68,10 @@
0,
0,
1
- ],
- "name" : "Perl 6"
+ ]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -117,16 +103,9 @@
0,
2,
23
- ],
- "name" : "Blog"
+ ]
}
],
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2019-12-16 14:27:57 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"categories" : [
"Leoltron",
@@ -161,7 +140,28 @@
"Dave Jacoby"
]
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"title" : {
"text" : "Perl Weekly Challenge - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2019-12-16 15:33:42 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}