diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-09 19:57:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-09 19:57:35 +0100 |
| commit | 5d34794bb601a409fc980d4b35b2b4e893d2acbf (patch) | |
| tree | cc8e4f142c685c512a70b50583a7b9d3f09ac2aa /stats/pwc-summary-31-60.json | |
| parent | 76b55df319bb7aa2fce133049435010d318f3145 (diff) | |
| download | perlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.tar.gz perlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.tar.bz2 perlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.zip | |
- Added solutions to task 1 of week 16 and 17 by Lakpa Tashi Bhutia.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 92702efb5b..b8d6f001ba 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-05-09 18:56:17 GMT" + }, "series" : [ { "name" : "Perl", @@ -36,6 +39,7 @@ ] }, { + "name" : "Raku", "data" : [ 8, 6, @@ -67,8 +71,7 @@ 4, 0, 39 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -106,14 +109,14 @@ ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" @@ -152,16 +155,13 @@ "Francis Whittle" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-05-09 18:48:38 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
