diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-21 17:03:53 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-21 17:03:53 +0000 |
| commit | cfca3722c03e00ce0a3fc650def01e6d102dcb3b (patch) | |
| tree | 930022fb5f6619d2464659a476f4b9501bef15eb /stats/pwc-summary.json | |
| parent | 8bd510cddc1d2e3597a935350795470af2b21326 (diff) | |
| download | perlweeklychallenge-club-cfca3722c03e00ce0a3fc650def01e6d102dcb3b.tar.gz perlweeklychallenge-club-cfca3722c03e00ce0a3fc650def01e6d102dcb3b.tar.bz2 perlweeklychallenge-club-cfca3722c03e00ce0a3fc650def01e6d102dcb3b.zip | |
- Added solutions by PokGoPun.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9e223a99d8..8908b9b1db 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -253,29 +253,12 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 250] Last updated at 2022-02-21 16:57:10 GMT" + "text" : "[Champions: 250] Last updated at 2022-02-21 17:01:56 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -469,7 +452,7 @@ 1, 0, 1, - 1, + 2, 7, 12, 1, @@ -789,6 +772,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1040,8 +1024,24 @@ 1, 5, 10 - ], - "name" : "Blog" + ] + } + ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + }, + "chart" : { + "type" : "column" + } } |
