aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-61-90.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-15 16:49:26 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-15 16:49:26 +0100
commit2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d (patch)
tree23fcd91cd6fa956e440cf20c7044bba9d2b01ed5 /stats/pwc-summary-61-90.json
parentd96fb9898ed1c9d8ccfbbe5d05faf700ded47524 (diff)
downloadperlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.gz
perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.bz2
perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
-rw-r--r--stats/pwc-summary-61-90.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json
index b03dc25e7f..186a486cad 100644
--- a/stats/pwc-summary-61-90.json
+++ b/stats/pwc-summary-61-90.json
@@ -1,4 +1,15 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"xAxis" : {
"categories" : [
"Ian Rifkin",
@@ -33,8 +44,18 @@
"Kivanc Yazan"
]
},
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-09-15 15:02:22 GMT"
+ "text" : "[Champions: 30] Last updated at 2020-09-15 15:48:02 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"series" : [
{
@@ -108,7 +129,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -140,28 +160,8 @@
43,
0,
0
- ]
+ ],
+ "name" : "Blog"
}
- ],
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "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"
- }
- },
- "chart" : {
- "type" : "column"
- }
+ ]
}