diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-02 03:30:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-02 03:30:58 +0100 |
| commit | 5f74fc73c0fa3ab212350ffa9241e224549b807a (patch) | |
| tree | 23053981f49933b87e2225891e2d1172791719c7 /stats/pwc-summary.json | |
| parent | 474568212aac82822fe9a78b38e610b3120a6688 (diff) | |
| download | perlweeklychallenge-club-5f74fc73c0fa3ab212350ffa9241e224549b807a.tar.gz perlweeklychallenge-club-5f74fc73c0fa3ab212350ffa9241e224549b807a.tar.bz2 perlweeklychallenge-club-5f74fc73c0fa3ab212350ffa9241e224549b807a.zip | |
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 01a06015fa..3a4fdf79db 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,23 +1,11 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-01 23:16:31 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "text" : "[Champions: 262] Last updated at 2022-07-02 02:27:54 GMT" }, "xAxis" : { "categories" : [ @@ -285,6 +273,16 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -323,7 +321,7 @@ 0, 15, 0, - 121, + 122, 2, 0, 1, @@ -821,7 +819,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1085,11 +1082,14 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
