aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-16 19:04:09 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-16 19:04:09 +0100
commit7c08fa9dc330262195c30cd158c14ebdfb59c174 (patch)
tree7c68038d48364f7ef2caea6101b391bf0402daad /stats/pwc-summary.json
parent07094b2c5ff58b46ab54497c2a80c5451705fac1 (diff)
downloadperlweeklychallenge-club-7c08fa9dc330262195c30cd158c14ebdfb59c174.tar.gz
perlweeklychallenge-club-7c08fa9dc330262195c30cd158c14ebdfb59c174.tar.bz2
perlweeklychallenge-club-7c08fa9dc330262195c30cd158c14ebdfb59c174.zip
- Added solution by Dario Mazzeo.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json48
1 files changed, 26 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index da95e5236a..f6caa8b365 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,30 @@
{
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 261] Last updated at 2022-06-16 18:02:19 GMT"
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : ""
}
},
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -57,6 +74,7 @@
26,
3,
1,
+ 1,
3,
30,
147,
@@ -269,7 +287,8 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"data" : [
@@ -323,6 +342,7 @@
0,
0,
0,
+ 0,
1,
0,
4,
@@ -537,6 +557,7 @@
"name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -587,6 +608,7 @@
0,
0,
0,
+ 0,
2,
113,
0,
@@ -798,14 +820,9 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -856,6 +873,7 @@
"Daniel Mantovani",
"Daniel Mita",
"Daniel Pfeiffer",
+ "Dario Mazzeo",
"Darren Bottin",
"Dave Cross",
"Dave Jacoby",
@@ -1069,19 +1087,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "subtitle" : {
- "text" : "[Champions: 260] Last updated at 2022-06-15 17:44:16 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
- },
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}