aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-1-30.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-04 01:11:32 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-04 01:11:32 +0100
commit08f7aa01b62ef047d70fe0eaf949b99a4c0e7240 (patch)
treeda4cd159f4d4430fd13ba690d9c75ddde5c089b6 /stats/pwc-summary-1-30.json
parentf36bb1aa7a715fcd37a53a642fb9e90cc3fe2b43 (diff)
downloadperlweeklychallenge-club-08f7aa01b62ef047d70fe0eaf949b99a4c0e7240.tar.gz
perlweeklychallenge-club-08f7aa01b62ef047d70fe0eaf949b99a4c0e7240.tar.bz2
perlweeklychallenge-club-08f7aa01b62ef047d70fe0eaf949b99a4c0e7240.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
-rw-r--r--stats/pwc-summary-1-30.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index ff901f3c06..8879fd20a8 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -1,6 +1,31 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2022-07-04 00:09:35 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
+ "name" : "Perl",
"data" : [
2,
0,
@@ -32,11 +57,9 @@
0,
4,
54
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -68,7 +91,8 @@
0,
0,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -106,19 +130,6 @@
]
}
],
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2022-07-03 23:57:31 GMT"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -152,16 +163,5 @@
"Bob Kleemann",
"Bob Lied"
]
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}