aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 00:09:02 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 00:09:02 +0100
commit6ca69faa7f8f98c37688a73e462638d2bebf5d78 (patch)
treee3050b607d775045d92a6dfc33240d50b0c202a3 /stats/pwc-summary.json
parent1c2b0a47a44255ecf32105f082c67c17e055f6a3 (diff)
downloadperlweeklychallenge-club-6ca69faa7f8f98c37688a73e462638d2bebf5d78.tar.gz
perlweeklychallenge-club-6ca69faa7f8f98c37688a73e462638d2bebf5d78.tar.bz2
perlweeklychallenge-club-6ca69faa7f8f98c37688a73e462638d2bebf5d78.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 7a7fa512c3..be340ecb18 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,19 @@
{
- "subtitle" : {
- "text" : "[Champions: 105] Last updated at 2019-07-28 22:42:02 GMT"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -43,7 +53,7 @@
28,
0,
10,
- 34,
+ 35,
12,
2,
2,
@@ -110,10 +120,10 @@
1,
1,
21
- ],
- "name" : "Perl 5"
+ ]
},
{
+ "name" : "Perl 6",
"data" : [
6,
0,
@@ -153,7 +163,7 @@
0,
0,
0,
- 33,
+ 34,
10,
0,
1,
@@ -220,10 +230,10 @@
0,
1,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -330,28 +340,9 @@
0,
0,
14
- ],
- "name" : "Blog"
+ ]
}
],
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -463,5 +454,14 @@
},
"title" : {
"text" : "Perl Weekly Challenge - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 105] Last updated at 2019-07-28 23:07:45 GMT"
}
}