diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-11-16 22:58:20 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-11-16 22:58:20 +0000 |
| commit | 3378b0f87d8989aa973b351b592efceb0f7fa5eb (patch) | |
| tree | 181e3dcbda5db1df76fdefcb722b93169cc2d18f /stats/pwc-summary-31-60.json | |
| parent | 1f8b466b5ea4a615d4adff4c25d0eb3ad68b315a (diff) | |
| download | perlweeklychallenge-club-3378b0f87d8989aa973b351b592efceb0f7fa5eb.tar.gz perlweeklychallenge-club-3378b0f87d8989aa973b351b592efceb0f7fa5eb.tar.bz2 perlweeklychallenge-club-3378b0f87d8989aa973b351b592efceb0f7fa5eb.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index ce815e2aec..5a6a0ceb6e 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,11 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-11-16 22:44:34 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -69,8 +62,8 @@ 9, 0, 0, - 8, 2, + 8, 0, 194, 0, @@ -118,6 +111,9 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-11-16 22:54:44 GMT" + }, "xAxis" : { "categories" : [ "Bartosz Jarzyna", @@ -155,11 +151,15 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2023]" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 }, "chart" : { "type" : "column" |
