aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 18:16:40 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 18:16:40 +0100
commit9f8db314633cc54eaf5e9da17328167d08a30c0b (patch)
tree84e31eb7ea01c6026d3fdd9b353261ca39402516 /stats/pwc-summary.json
parentafc5a9ea105cefecde522ed1816bbf6aef196856 (diff)
downloadperlweeklychallenge-club-9f8db314633cc54eaf5e9da17328167d08a30c0b.tar.gz
perlweeklychallenge-club-9f8db314633cc54eaf5e9da17328167d08a30c0b.tar.bz2
perlweeklychallenge-club-9f8db314633cc54eaf5e9da17328167d08a30c0b.zip
- Added solutions to week 62 by Jorg Sommrey.
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 89f1769938..fff8aa9477 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,19 @@
{
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -95,7 +107,7 @@
33,
4,
0,
- 52,
+ 53,
4,
1,
1,
@@ -223,10 +235,10 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -448,7 +460,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"data" : [
@@ -676,30 +689,12 @@
"name" : "Blog"
}
],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "subtitle" : {
+ "text" : "[Champions: 220] Last updated at 2021-05-04 17:16:07 GMT"
},
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 220] Last updated at 2021-05-04 17:05:20 GMT"
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -923,5 +918,10 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}