diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-23 22:32:52 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-23 22:32:52 +0000 |
| commit | 7b2a4c167050e35bc8b823008b854da55dc5c393 (patch) | |
| tree | d37ca123c14445cf9727cbfb286eb4b8c85ae0e9 /stats/pwc-summary.json | |
| parent | 605e1363299f7cb38b6c8a56b2ed1d9c9a15056f (diff) | |
| download | perlweeklychallenge-club-7b2a4c167050e35bc8b823008b854da55dc5c393.tar.gz perlweeklychallenge-club-7b2a4c167050e35bc8b823008b854da55dc5c393.tar.bz2 perlweeklychallenge-club-7b2a4c167050e35bc8b823008b854da55dc5c393.zip | |
- Added solutions by Mark Senn.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index acc428a857..8dda3bd43b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,17 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "3ter", @@ -261,7 +265,15 @@ ] }, "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-23 21:23:17 GMT" + "text" : "[Champions: 248] Last updated at 2022-01-23 22:27:28 GMT" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -655,7 +667,7 @@ 0, 99, 1, - 21, + 22, 48, 3, 1, @@ -771,7 +783,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -909,7 +920,7 @@ 0, 0, 0, - 13, + 14, 0, 0, 0, @@ -1021,19 +1032,8 @@ 1, 5, 10 - ] - } - ], - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - } + ] } |
