diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-09 22:30:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-09 22:30:03 +0100 |
| commit | 8fc3ae23025949d2da0c49826fa13d714523c73e (patch) | |
| tree | a23f0b2490969ccd2d78aea1feb9fcecdfd10616 /stats/pwc-summary.json | |
| parent | fe5e603b32f255db09da45496b566c13dd5d3c31 (diff) | |
| download | perlweeklychallenge-club-8fc3ae23025949d2da0c49826fa13d714523c73e.tar.gz perlweeklychallenge-club-8fc3ae23025949d2da0c49826fa13d714523c73e.tar.bz2 perlweeklychallenge-club-8fc3ae23025949d2da0c49826fa13d714523c73e.zip | |
- Added solution by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8e95be6dc5..09852a11a3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,11 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -262,9 +269,13 @@ "Yozen Hernandez" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -400,7 +411,7 @@ 162, 9, 1, - 98, + 99, 0, 0, 0, @@ -525,7 +536,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -1056,28 +1068,16 @@ ] } ], - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "[Champions: 259] Last updated at 2022-06-09 21:14:31 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "text" : "[Champions: 259] Last updated at 2022-06-09 21:28:57 GMT" } } |
