aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-27 21:59:49 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-27 21:59:49 +0100
commite6d2ca1282845b4318429b83d12631ab5ff04a50 (patch)
tree0ee5ae265688e80591bbe5bb25d9827e79b01728 /stats/pwc-summary.json
parentb06e95e98cf6135094aafb881b5b4dea339a8c2c (diff)
downloadperlweeklychallenge-club-e6d2ca1282845b4318429b83d12631ab5ff04a50.tar.gz
perlweeklychallenge-club-e6d2ca1282845b4318429b83d12631ab5ff04a50.tar.bz2
perlweeklychallenge-club-e6d2ca1282845b4318429b83d12631ab5ff04a50.zip
- Added solutins by Javier Luque.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 93ce30ab00..d4dbc763b5 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,9 @@
{
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 159] Last updated at 2020-04-27 20:59:32 GMT"
},
"xAxis" : {
"categories" : [
@@ -168,27 +168,22 @@
"Yozen Hernandez"
]
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
},
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "subtitle" : {
- "text" : "[Champions: 159] Last updated at 2020-04-27 20:50:44 GMT"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
0,
0,
@@ -249,7 +244,7 @@
53,
0,
3,
- 27,
+ 28,
1,
4,
2,
@@ -349,7 +344,8 @@
2,
28,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"name" : "Raku",
@@ -413,7 +409,7 @@
53,
2,
0,
- 27,
+ 28,
0,
0,
1,
@@ -516,7 +512,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -577,7 +572,7 @@
40,
0,
3,
- 27,
+ 28,
0,
0,
0,
@@ -677,7 +672,12 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ }
}