diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-07-22 09:46:27 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-07-22 09:46:27 +0100 |
| commit | f0657bdc1b2b49b891599fef616a3e03e46e208c (patch) | |
| tree | f9eb067638692a5621c98a87a2f9b9e1b7ec5996 /stats/pwc-summary-1-30.json | |
| parent | 0f56bb98c013ee5c8392980e812976ba8fd364b9 (diff) | |
| download | perlweeklychallenge-club-f0657bdc1b2b49b891599fef616a3e03e46e208c.tar.gz perlweeklychallenge-club-f0657bdc1b2b49b891599fef616a3e03e46e208c.tar.bz2 perlweeklychallenge-club-f0657bdc1b2b49b891599fef616a3e03e46e208c.zip | |
- Added solutions by Feng Chang.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 2d71b8557a..f1e99e56fe 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,19 +1,11 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-07-22 08:39:51 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "xAxis" : { "categories" : [ "3ter", @@ -48,8 +40,16 @@ "Aubrey Quarcoo" ] }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-07-22 08:46:24 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "yAxis" : { "title" : { @@ -59,7 +59,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -91,10 +90,10 @@ 0, 462, 0 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -126,7 +125,8 @@ 14, 424, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", |
