aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-20 23:09:18 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-20 23:09:18 +0100
commite8d542f14c2ba774ca9170f77b8fe83f898a45ca (patch)
tree80d2d56c87110edaf9d67654e5ad3327ec12fec0 /stats/pwc-summary.json
parent026954ce419d207e85357f97a1e8cb1b180ce4ad (diff)
downloadperlweeklychallenge-club-e8d542f14c2ba774ca9170f77b8fe83f898a45ca.tar.gz
perlweeklychallenge-club-e8d542f14c2ba774ca9170f77b8fe83f898a45ca.tar.bz2
perlweeklychallenge-club-e8d542f14c2ba774ca9170f77b8fe83f898a45ca.zip
- Added solution by Ozzy.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index c55e5e9097..75e5fbbe82 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,6 +1,9 @@
{
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
},
"xAxis" : {
"categories" : [
@@ -136,9 +139,26 @@
"Yozen Hernandez"
]
},
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 130] Last updated at 2019-10-20 22:07:42 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
- "name" : "Perl 5",
"data" : [
2,
0,
@@ -270,7 +290,8 @@
2,
24,
21
- ]
+ ],
+ "name" : "Perl 5"
},
{
"name" : "Perl 6",
@@ -366,7 +387,7 @@
4,
0,
0,
- 27,
+ 28,
0,
0,
0,
@@ -408,7 +429,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -540,28 +560,8 @@
1,
6,
14
- ]
- }
- ],
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ ],
+ "name" : "Blog"
}
- },
- "subtitle" : {
- "text" : "[Champions: 130] Last updated at 2019-10-20 20:48:28 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- }
+ ]
}