aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-28 01:49:19 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-28 01:49:19 +0100
commit55ae77073cfb187f817d5f68c2ea4d71d912f562 (patch)
treefafe7eaf47ad1f500938433ecba8763cced5819f /stats/pwc-summary.json
parentc44aa86e7200b171d0608998a08bfad6ea3abe57 (diff)
downloadperlweeklychallenge-club-55ae77073cfb187f817d5f68c2ea4d71d912f562.tar.gz
perlweeklychallenge-club-55ae77073cfb187f817d5f68c2ea4d71d912f562.tar.bz2
perlweeklychallenge-club-55ae77073cfb187f817d5f68c2ea4d71d912f562.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 0ae532fcda..3de48b3bc4 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,24 +1,6 @@
{
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"subtitle" : {
- "text" : "[Champions: 170] Last updated at 2020-06-28 00:46:01 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
+ "text" : "[Champions: 170] Last updated at 2020-06-28 00:48:34 GMT"
},
"xAxis" : {
"categories" : [
@@ -194,9 +176,29 @@
"Yozen Hernandez"
]
},
+ "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/>"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -241,7 +243,7 @@
8,
35,
59,
- 61,
+ 62,
1,
4,
10,
@@ -368,7 +370,8 @@
2,
37,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"data" : [
@@ -720,8 +723,5 @@
],
"name" : "Blog"
}
- ],
- "chart" : {
- "type" : "column"
- }
+ ]
}