diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-09 20:22:05 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-09 20:22:05 +0000 |
| commit | 2b107c0a1007dc904822ac1a2c19d76d697fc559 (patch) | |
| tree | d2b5d1fb9f5053732d55451a2285bcf08e7fe2fb /stats/pwc-summary-151-180.json | |
| parent | 142bc3da93a0bc254e064d2c994147c760524b8e (diff) | |
| download | perlweeklychallenge-club-2b107c0a1007dc904822ac1a2c19d76d697fc559.tar.gz perlweeklychallenge-club-2b107c0a1007dc904822ac1a2c19d76d697fc559.tar.bz2 perlweeklychallenge-club-2b107c0a1007dc904822ac1a2c19d76d697fc559.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index cf222d5b69..0050ad1906 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -2,6 +2,10 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "Mark Anderson", @@ -36,8 +40,20 @@ "Noud Aldenhoven" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { + "name" : "Perl", "data" : [ 20, 1, @@ -69,8 +85,7 @@ 201, 3, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -108,7 +123,6 @@ ] }, { - "name" : "Blog", "data" : [ 2, 0, @@ -140,26 +154,12 @@ 0, 0, 1 - ] + ], + "name" : "Blog" } ], "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-09 20:08:23 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "text" : "[Champions: 30] Last updated at 2022-11-09 20:19:43 GMT" }, "chart" : { "type" : "column" |
