diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-07-22 11:39:39 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-07-22 11:39:39 +0100 |
| commit | 68787dcb78ada3349ae5f986f2cc39f33a665029 (patch) | |
| tree | 4f7cb948535403b061c897f7291151c6688d4457 /stats/pwc-summary.json | |
| parent | a62ad76d9bdb3d6e8d291395dcd6463a965babeb (diff) | |
| download | perlweeklychallenge-club-68787dcb78ada3349ae5f986f2cc39f33a665029.tar.gz perlweeklychallenge-club-68787dcb78ada3349ae5f986f2cc39f33a665029.tar.bz2 perlweeklychallenge-club-68787dcb78ada3349ae5f986f2cc39f33a665029.zip | |
- Added solutions by Andrezgz.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 98150e6a6a..7b728ee138 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,20 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -27,7 +38,7 @@ 1, 8, 4, - 65, + 66, 7, 0, 83, @@ -317,10 +328,10 @@ 44, 11, 4 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -374,8 +385,8 @@ 6, 0, 0, - 8, 1, + 8, 0, 104, 0, @@ -634,8 +645,7 @@ 11, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -955,22 +965,16 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 312] Last updated at 2024-07-22 10:34:21 GMT" - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "subtitle" : { + "text" : "[Champions: 312] Last updated at 2024-07-22 10:39:26 GMT" }, "xAxis" : { "categories" : [ @@ -1287,9 +1291,5 @@ "Yozen Hernandez", "Yves Orton" ] - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
