diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-28 02:00:16 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-28 02:00:16 +0000 |
| commit | a0e2a3048b94a4b2eb9a4cdc5e536f283fea82f1 (patch) | |
| tree | 6d6f1eeb3dd13a48cdab216a209db0e1ff119b55 /stats/pwc-summary-181-210.json | |
| parent | 1d78d7f09607fe5baf6bc148ba0f62e3a28e948d (diff) | |
| download | perlweeklychallenge-club-a0e2a3048b94a4b2eb9a4cdc5e536f283fea82f1.tar.gz perlweeklychallenge-club-a0e2a3048b94a4b2eb9a4cdc5e536f283fea82f1.tar.bz2 perlweeklychallenge-club-a0e2a3048b94a4b2eb9a4cdc5e536f283fea82f1.zip | |
- Added blog post by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index a6102d6374..f54f0ffa1b 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,19 +1,7 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-28 01:27:25 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -49,11 +37,26 @@ "Rakesh Kumar Shardiwal" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-11-28 01:51:32 GMT" + }, "chart" : { "type" : "column" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl", "data" : [ 52, 2, @@ -85,8 +88,7 @@ 11, 21, 2 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -159,9 +161,7 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
