aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-28 11:51:09 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-28 11:51:09 +0100
commita7bc4ee5bc44cbadcfd9e32e818b004a02eef9ec (patch)
tree8da4f8cc84f90f836559106db51604f329473e4a /stats/pwc-summary.json
parent8e1ade1ed9f6a1cf74dc7b868fff50e03cd0f66b (diff)
downloadperlweeklychallenge-club-a7bc4ee5bc44cbadcfd9e32e818b004a02eef9ec.tar.gz
perlweeklychallenge-club-a7bc4ee5bc44cbadcfd9e32e818b004a02eef9ec.tar.bz2
perlweeklychallenge-club-a7bc4ee5bc44cbadcfd9e32e818b004a02eef9ec.zip
- Added solution by Cheok-Yin Fung.
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 d4dbc763b5..41f04501b6 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,6 @@
{
- "chart" : {
- "type" : "column"
- },
"subtitle" : {
- "text" : "[Champions: 159] Last updated at 2020-04-27 20:59:32 GMT"
+ "text" : "[Champions: 159] Last updated at 2020-04-28 10:50:19 GMT"
},
"xAxis" : {
"categories" : [
@@ -168,22 +165,9 @@
"Yozen Hernandez"
]
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"series" : [
{
+ "name" : "Perl",
"data" : [
0,
0,
@@ -207,7 +191,7 @@
0,
15,
0,
- 14,
+ 15,
1,
35,
1,
@@ -344,8 +328,7 @@
2,
28,
11
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -512,6 +495,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -672,12 +656,28 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "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
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}