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-61-90.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-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index ef3f34e82f..d0067a31a7 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,6 +1,14 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-05-09 18:56:17 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 2, 3, @@ -32,11 +40,9 @@ 1, 11, 81 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -68,7 +74,8 @@ 0, 0, 81 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -106,14 +113,8 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "yAxis" : { "title" : { @@ -124,9 +125,6 @@ "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "Fred Zinn", @@ -161,7 +159,9 @@ "Joelle Maslak" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-05-09 18:48:38 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
