diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-10 21:10:15 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-10 21:10:15 +0000 |
| commit | d5aef342008aa2a96e8085194e3a3dc6975a723b (patch) | |
| tree | a8e2e871b5ce3992dfa769e5c84d6c0fa560cc84 /stats/pwc-summary-31-60.json | |
| parent | 83c06179ec18557d73ddd24d52cc4ec51abe1333 (diff) | |
| download | perlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.tar.gz perlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.tar.bz2 perlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.zip | |
- Added solutions to week 147.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 2845f7f2e3..cb1e0a48e2 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,10 +1,22 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-10 21:08:26 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { "data" : [ @@ -77,6 +89,7 @@ ] }, { + "name" : "Blog", "data" : [ 3, 0, @@ -108,8 +121,7 @@ 0, 0, 1 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -151,17 +163,5 @@ }, "chart" : { "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-10 19:15:24 GMT" } } |
