diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-05 17:57:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-05 17:57:49 +0100 |
| commit | 8e636793c1908acec84d967d1bd858ca75948bbf (patch) | |
| tree | c029147911db852006535cc8f10fc42d5ba0116c /stats/pwc-summary-241-270.json | |
| parent | f7fe25dd426b18b36dba4104da030e8062dae00b (diff) | |
| download | perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.tar.gz perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.tar.bz2 perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-summary-241-270.json')
| -rw-r--r-- | stats/pwc-summary-241-270.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-241-270.json b/stats/pwc-summary-241-270.json index 307f1203ae..e63ea81e48 100644 --- a/stats/pwc-summary-241-270.json +++ b/stats/pwc-summary-241-270.json @@ -1,22 +1,9 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { "data" : [ @@ -65,6 +52,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -84,10 +72,22 @@ 1, 6, 14 - ], - "name" : "Blog" + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 18] Last updated at 2022-06-05 16:55:57 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "Tim Smith", @@ -110,8 +110,8 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 18] Last updated at 2022-06-05 16:07:53 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "chart" : { "type" : "column" |
