aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-30 19:18:25 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-30 19:18:25 +0100
commit1a2c1a4e6a14b1825942bb0bf7f14ff78226b252 (patch)
tree3df655edafa5dcfb9c1f051ae2a6b194c7e39c63 /stats/pwc-summary.json
parent39b5c5084290ee5dd9541d89b3994baa58463299 (diff)
downloadperlweeklychallenge-club-1a2c1a4e6a14b1825942bb0bf7f14ff78226b252.tar.gz
perlweeklychallenge-club-1a2c1a4e6a14b1825942bb0bf7f14ff78226b252.tar.bz2
perlweeklychallenge-club-1a2c1a4e6a14b1825942bb0bf7f14ff78226b252.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 2435ab8a31..ce37e71bbf 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,14 +1,6 @@
{
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
0,
0,
@@ -164,7 +156,8 @@
2,
23,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"data" : [
@@ -249,7 +242,7 @@
53,
0,
0,
- 11,
+ 12,
2,
1,
0,
@@ -326,6 +319,7 @@
"name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -481,10 +475,26 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -643,21 +653,11 @@
"Yozen Hernandez"
]
},
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"subtitle" : {
- "text" : "[Champions: 154] Last updated at 2020-03-29 23:58:24 GMT"
+ "text" : "[Champions: 154] Last updated at 2020-03-30 18:04:28 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
}
}