aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-17 07:21:47 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-17 07:21:47 +0000
commit02ac8ebdd2fa6baee4c509e965b95e64adb894cb (patch)
treee91db576e1bb853168f66ac7a009fbd974d75c1f /stats/pwc-summary.json
parentddc121375f17d6f9c3ffe2650d253ee5ff82275d (diff)
downloadperlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.tar.gz
perlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.tar.bz2
perlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index d420ead453..700dbdead3 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,20 +1,7 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 141] Last updated at 2020-01-16 22:22:38 GMT"
- },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -46,7 +33,7 @@
2,
2,
11,
- 23,
+ 24,
2,
0,
0,
@@ -157,8 +144,7 @@
2,
15,
11
- ],
- "name" : "Perl"
+ ]
},
{
"data" : [
@@ -307,6 +293,7 @@
"name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -338,7 +325,7 @@
0,
0,
2,
- 19,
+ 20,
0,
0,
3,
@@ -449,13 +436,11 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"yAxis" : {
"min" : 0,
@@ -463,6 +448,14 @@
"text" : ""
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"xAxis" : {
"categories" : [
"Leoltron",
@@ -607,5 +600,12 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "subtitle" : {
+ "text" : "[Champions: 141] Last updated at 2020-01-17 07:21:31 GMT"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}