diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-07 09:52:35 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-07 09:52:35 +0000 |
| commit | 208b75a7c1919f3c2e3c3098fcb532d71cccfe63 (patch) | |
| tree | b3156f8cd3939c27b85bb171b0597b6c0dbdb168 /stats/pwc-summary-1-30.json | |
| parent | 1b2a5e704c4f5afc159c51872b1dcab1e5186698 (diff) | |
| download | perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.tar.gz perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.tar.bz2 perlweeklychallenge-club-208b75a7c1919f3c2e3c3098fcb532d71cccfe63.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 23f9177d22..7410f58f68 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,10 +1,20 @@ { + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "xAxis" : { "categories" : [ "3ter", @@ -39,18 +49,17 @@ "Bob Lied" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-07 09:51:12 GMT" }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -82,11 +91,9 @@ 0, 4, 54 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -118,10 +125,10 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -153,15 +160,8 @@ 0, 0, 0 - ] - } - ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-07 09:14:31 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - } + ] } |
