aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-61-90.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 20:25:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 20:25:04 +0100
commit4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783 (patch)
tree6f6d8ee90456181117ba33056522a19873131994 /stats/pwc-summary-61-90.json
parentd4448f051831879f7149e6b9b1cd527b11c40ffd (diff)
downloadperlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.tar.gz
perlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.tar.bz2
perlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.zip
- Added solution by Joelle Maslak.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
-rw-r--r--stats/pwc-summary-61-90.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json
index bcd6853c0c..1dd339a631 100644
--- a/stats/pwc-summary-61-90.json
+++ b/stats/pwc-summary-61-90.json
@@ -1,21 +1,4 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
"xAxis" : {
"categories" : [
"Martin Mugeni",
@@ -50,6 +33,12 @@
"Simon Miner"
]
},
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"series" : [
{
"name" : "Perl 5",
@@ -122,6 +111,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -153,15 +143,25 @@
0,
0,
0
- ],
- "name" : "Blog"
+ ]
}
],
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2019-07-21 18:58:52 GMT"
- },
"tooltip" : {
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
"shared" : 1
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2019-07-21 19:24:46 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
}
}