aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-61-90.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-22 04:49:09 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-22 04:49:09 +0000
commit586bfd8469caf7bd6f744e3f0ccce81b3dcdfef7 (patch)
tree957958b7f5eb48b60aecbf3e0d4255d6fb534f23 /stats/pwc-summary-61-90.json
parentb363534fe7dd02c2d471f2b636963828e96c03cb (diff)
downloadperlweeklychallenge-club-586bfd8469caf7bd6f744e3f0ccce81b3dcdfef7.tar.gz
perlweeklychallenge-club-586bfd8469caf7bd6f744e3f0ccce81b3dcdfef7.tar.bz2
perlweeklychallenge-club-586bfd8469caf7bd6f744e3f0ccce81b3dcdfef7.zip
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
-rw-r--r--stats/pwc-summary-61-90.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json
index de2b58e93c..4877c7e626 100644
--- a/stats/pwc-summary-61-90.json
+++ b/stats/pwc-summary-61-90.json
@@ -1,7 +1,4 @@
{
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"categories" : [
"Gustavo Chaves",
@@ -36,26 +33,32 @@
"Kai Burgdorf"
]
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-11-22 04:43:04 GMT"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2020-11-22 04:48:45 GMT"
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
32,
0,
@@ -87,7 +90,8 @@
1,
20,
5
- ]
+ ],
+ "name" : "Perl"
},
{
"name" : "Raku",
@@ -159,9 +163,5 @@
0
]
}
- ],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- }
+ ]
}