diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-27 10:46:37 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-27 10:46:37 +0000 |
| commit | 37205badad4c33db23e01dbdefeacee5bc6c35d3 (patch) | |
| tree | 4dea76d6d9f80751daa23324ad99fb769dd72362 /stats/pwc-summary-181-210.json | |
| parent | 6193d1a358d554985781b0b8e284ceed0eb1607f (diff) | |
| download | perlweeklychallenge-club-37205badad4c33db23e01dbdefeacee5bc6c35d3.tar.gz perlweeklychallenge-club-37205badad4c33db23e01dbdefeacee5bc6c35d3.tar.bz2 perlweeklychallenge-club-37205badad4c33db23e01dbdefeacee5bc6c35d3.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 467ec8da8a..8d8b35165a 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,4 +1,16 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-27 08:15:06 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -36,6 +48,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -67,8 +80,7 @@ 3, 0, 46 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -106,27 +118,6 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-26 16:18:38 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "Peter Scott", @@ -161,6 +152,15 @@ "Shahed Nooshmand" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" } |
