aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-15 15:08:40 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-15 15:08:40 +0100
commitb9612ffb288e8011c490898a55b4f81ebf110fdd (patch)
tree0f1f32c040cfcf7cc182a623e0eb117cd80e882c /stats/pwc-summary.json
parent5ac6928803515f0180a2e0c4e1a3c3cccf111d3b (diff)
downloadperlweeklychallenge-club-b9612ffb288e8011c490898a55b4f81ebf110fdd.tar.gz
perlweeklychallenge-club-b9612ffb288e8011c490898a55b4f81ebf110fdd.tar.bz2
perlweeklychallenge-club-b9612ffb288e8011c490898a55b4f81ebf110fdd.zip
- Added solutions by Javier Luque.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index c3fa5fbf8b..179d4c9b6b 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,4 +1,10 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -172,15 +178,27 @@
"Yozen Hernandez"
]
},
+ "subtitle" : {
+ "text" : "[Champions: 169] Last updated at 2020-06-15 14:08:30 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "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 - 2020]"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
+ "name" : "Perl",
"data" : [
0,
0,
@@ -244,7 +262,7 @@
55,
0,
8,
- 34,
+ 35,
1,
4,
2,
@@ -351,8 +369,7 @@
2,
33,
11
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -419,7 +436,7 @@
55,
2,
0,
- 34,
+ 35,
0,
0,
1,
@@ -592,7 +609,7 @@
42,
0,
6,
- 34,
+ 35,
0,
0,
0,
@@ -702,22 +719,5 @@
],
"name" : "Blog"
}
- ],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 169] Last updated at 2020-06-15 14:03:52 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- }
+ ]
}