diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-20 09:31:44 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-20 09:31:44 +0000 |
| commit | cd41ca4ed3663e877bec215434abb3f910b59ae1 (patch) | |
| tree | f3c59ac8aebec68fdf2d6a715c7e3af7004ff3f4 /stats/pwc-summary.json | |
| parent | 7bd7c5e68c3890597a68dfd057746a9ecaaedcaa (diff) | |
| download | perlweeklychallenge-club-cd41ca4ed3663e877bec215434abb3f910b59ae1.tar.gz perlweeklychallenge-club-cd41ca4ed3663e877bec215434abb3f910b59ae1.tar.bz2 perlweeklychallenge-club-cd41ca4ed3663e877bec215434abb3f910b59ae1.zip | |
- Added solutions by Matthew Neleigh.
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 029acbf192..e894ca8180 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,28 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-01-20 09:30:36 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -151,7 +166,7 @@ 0, 0, 2, - 28, + 29, 0, 2, 4, @@ -257,8 +272,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -514,6 +528,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -763,8 +778,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -1019,20 +1033,6 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-20 09:14:22 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" } |
