diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-02 10:56:26 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-02 10:56:26 +0000 |
| commit | abe50443fc73cffd819a05ab7733c4c192797d36 (patch) | |
| tree | 19a9aa7094207894ea13d7cd1ff34dabe4dba4f7 /stats/pwc-summary-1-30.json | |
| parent | adf72db47b4815535ea06c6923ed0db79fac8e15 (diff) | |
| download | perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.gz perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.bz2 perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.zip | |
- Added solutions by Feng Chang.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 2be3c6e0b1..0c075d02bf 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,8 +1,9 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -38,8 +39,14 @@ "Belmark Caday" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -78,7 +85,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -110,9 +116,11 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -144,24 +152,16 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-01 23:36:12 GMT" + "text" : "[Champions: 30] Last updated at 2022-11-02 10:54:01 GMT" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" } } |
