diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-03 14:31:22 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-03 14:31:22 +0100 |
| commit | 2ad14f79a51d96d4bde8c358982bf6fb320c2dfb (patch) | |
| tree | da1cc67a3ec3bf3839bc4a75d1df950913ab4aa1 /stats/pwc-summary.json | |
| parent | 28dc2b86e008c47b91abdad519be34b4e18338f6 (diff) | |
| download | perlweeklychallenge-club-2ad14f79a51d96d4bde8c358982bf6fb320c2dfb.tar.gz perlweeklychallenge-club-2ad14f79a51d96d4bde8c358982bf6fb320c2dfb.tar.bz2 perlweeklychallenge-club-2ad14f79a51d96d4bde8c358982bf6fb320c2dfb.zip | |
- Added Perl solutions to the week 185.
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 dca628207d..8316ff8117 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,7 @@ { - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-10-03 12:18:35 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -173,7 +171,7 @@ 0, 0, 1, - 95, + 96, 0, 20, 7, @@ -275,8 +273,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -829,6 +826,9 @@ "name" : "Blog" } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "xAxis" : { "categories" : [ "3ter", @@ -1103,25 +1103,25 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-10-03 13:29:44 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
