aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-06 13:56:09 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-06 13:56:09 +0100
commit105563dc4ceee857f79fe9e53719dece5580e236 (patch)
tree21c87b34e7ce33b6c072c0583a7ea9682c7ccb80 /stats/pwc-summary.json
parent74a4c28cbe86085ffd4bd3f919260c75319c7f8f (diff)
downloadperlweeklychallenge-club-105563dc4ceee857f79fe9e53719dece5580e236.tar.gz
perlweeklychallenge-club-105563dc4ceee857f79fe9e53719dece5580e236.tar.bz2
perlweeklychallenge-club-105563dc4ceee857f79fe9e53719dece5580e236.zip
- Added solutions by Athanasius.
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 8342bcf186..d618a9c747 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,14 +1,23 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"chart" : {
"type" : "column"
},
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "[Champions: 118] Last updated at 2019-10-06 12:55:04 GMT"
+ },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -22,7 +31,7 @@
0,
3,
5,
- 53,
+ 55,
0,
0,
4,
@@ -128,8 +137,7 @@
2,
20,
21
- ],
- "name" : "Perl 5"
+ ]
},
{
"name" : "Perl 6",
@@ -146,7 +154,7 @@
2,
56,
0,
- 28,
+ 30,
0,
0,
0,
@@ -255,6 +263,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -374,23 +383,9 @@
1,
4,
14
- ],
- "name" : "Blog"
+ ]
}
],
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "subtitle" : {
- "text" : "[Champions: 118] Last updated at 2019-10-06 11:11:40 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge - 2019"
},
@@ -515,5 +510,10 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}