diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-04 11:38:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-04 11:38:53 +0100 |
| commit | 179b4bb39e90a970b1b61763d41d5dc058a8f4f5 (patch) | |
| tree | a5a49b058553bb2f8bc06b35da280d38214a3c1f /stats/pwc-summary.json | |
| parent | 4b7f4640650def7d32c2cd6d02948117300629cf (diff) | |
| download | perlweeklychallenge-club-179b4bb39e90a970b1b61763d41d5dc058a8f4f5.tar.gz perlweeklychallenge-club-179b4bb39e90a970b1b61763d41d5dc058a8f4f5.tar.bz2 perlweeklychallenge-club-179b4bb39e90a970b1b61763d41d5dc058a8f4f5.zip | |
- Added solutions by Jaldhar H. Vyas.
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 e98214afe5..68907c09d3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,24 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-10-04 10:14:32 GMT" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -114,7 +113,7 @@ 0, 6, 5, - 157, + 158, 1, 1, 117, @@ -291,8 +290,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -390,7 +388,7 @@ 0, 0, 0, - 157, + 158, 0, 2, 5, @@ -570,7 +568,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -665,7 +662,7 @@ 0, 0, 0, - 144, + 145, 0, 0, 90, @@ -842,7 +839,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "xAxis" : { @@ -1119,9 +1117,11 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-10-04 10:33:38 GMT" } } |
