aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-10 22:07:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-10 22:07:42 +0100
commit2c4c5ea025f15895fc16f8449bcbb6bb2aad7eab (patch)
tree7ed09e89583985662a43daf401ff7709ff7218b0 /stats/pwc-summary.json
parentddd1e034d1e841810bac277200eb2e880a593f3f (diff)
downloadperlweeklychallenge-club-2c4c5ea025f15895fc16f8449bcbb6bb2aad7eab.tar.gz
perlweeklychallenge-club-2c4c5ea025f15895fc16f8449bcbb6bb2aad7eab.tar.bz2
perlweeklychallenge-club-2c4c5ea025f15895fc16f8449bcbb6bb2aad7eab.zip
- Added solutions by Finley.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 0952a4817a..d72f4397af 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,17 @@
{
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 79] Last updated at 2019-05-10 21:07:17 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
- "name" : "Perl 5",
"data" : [
2,
12,
@@ -88,7 +92,8 @@
5,
1,
1
- ]
+ ],
+ "name" : "Perl 5"
},
{
"name" : "Perl 6",
@@ -118,7 +123,7 @@
0,
0,
0,
- 2,
+ 4,
8,
0,
0,
@@ -175,14 +180,16 @@
]
}
],
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"xAxis" : {
"categories" : [
"Abigail",
@@ -266,14 +273,7 @@
"Yary H"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "subtitle" : {
- "text" : "[Champions: 79] Last updated at 2019-05-10 14:08:21 GMT"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "chart" : {
+ "type" : "column"
}
}