aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-121-150.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-10-02 08:26:14 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-10-02 08:26:14 +0100
commita00e16f512b2d4dc5539dd56a7be7dfdb0ce1897 (patch)
tree555b59c2b99769681e2a7eeb6398bbcb0706de4b /stats/pwc-summary-121-150.json
parent41ca818386006f0348882e357c97b7d5c1460169 (diff)
downloadperlweeklychallenge-club-a00e16f512b2d4dc5539dd56a7be7dfdb0ce1897.tar.gz
perlweeklychallenge-club-a00e16f512b2d4dc5539dd56a7be7dfdb0ce1897.tar.bz2
perlweeklychallenge-club-a00e16f512b2d4dc5539dd56a7be7dfdb0ce1897.zip
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
-rw-r--r--stats/pwc-summary-121-150.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json
index 6b16352ed1..6431d96449 100644
--- a/stats/pwc-summary-121-150.json
+++ b/stats/pwc-summary-121-150.json
@@ -1,21 +1,4 @@
{
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2021-10-01 05:36:33 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"categories" : [
"Lars Thegler",
@@ -52,6 +35,7 @@
},
"series" : [
{
+ "name" : "Perl",
"data" : [
22,
235,
@@ -83,11 +67,9 @@
0,
97,
40
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
241,
@@ -119,7 +101,8 @@
0,
67,
40
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -157,11 +140,28 @@
]
}
],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"title" : {
"text" : "The Weekly Challenge [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2021-10-02 07:24:04 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
}
}