diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 20:54:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 20:54:29 +0100 |
| commit | 3c94f95af033e2daf3ab21daee70300e2ab6192e (patch) | |
| tree | 0192e523e7f5df442c268f3ea439f712e3385e82 /stats/pwc-summary.json | |
| parent | 0106ab6e14c26362a699dc0a545c8a675a76160f (diff) | |
| download | perlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.tar.gz perlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.tar.bz2 perlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 12b50fdf86..5e0e931506 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,4 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 238] Last updated at 2021-09-07 02:33:51 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -260,10 +242,19 @@ ] }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 238] Last updated at 2021-09-07 19:53:04 GMT" }, "series" : [ { @@ -498,7 +489,7 @@ 12, 0, 2, - 38, + 39, 33, 85, 1, @@ -753,7 +744,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -985,7 +975,7 @@ 0, 0, 0, - 38, + 39, 16, 0, 0, @@ -993,7 +983,17 @@ 1, 5, 10 - ] + ], + "name" : "Blog" + } + ], + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } |
