aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-07 18:26:08 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-07 18:26:08 +0000
commitff7c27abf24d3ad05b63a0e05306b565bfccfe7f (patch)
treea8d785626ca3ae69889347318b2a54362ada95d0 /stats/pwc-summary.json
parent3d5ebd43f8d969586b39553a116f183f687637c0 (diff)
downloadperlweeklychallenge-club-ff7c27abf24d3ad05b63a0e05306b565bfccfe7f.tar.gz
perlweeklychallenge-club-ff7c27abf24d3ad05b63a0e05306b565bfccfe7f.tar.bz2
perlweeklychallenge-club-ff7c27abf24d3ad05b63a0e05306b565bfccfe7f.zip
- Added solutions by E. Choroba.
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 36382ebae6..b60da616b7 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,15 @@
{
- "subtitle" : {
- "text" : "[Champions: 140] Last updated at 2020-01-07 17:15:08 GMT"
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
+ "subtitle" : {
+ "text" : "[Champions: 140] Last updated at 2020-01-07 18:25:48 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"categories" : [
"Leoltron",
@@ -151,8 +154,15 @@
"Yozen Hernandez"
]
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -190,7 +200,7 @@
0,
27,
36,
- 37,
+ 38,
1,
3,
10,
@@ -294,11 +304,9 @@
2,
15,
11
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -440,10 +448,10 @@
2,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -585,23 +593,15 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}