diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-08 21:28:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-08 21:28:13 +0100 |
| commit | 725cba5ef20825dfcdd6599aca22681827757445 (patch) | |
| tree | 0b31ffc780cf2ff58938c05c612817d6146b446a /stats/pwc-summary.json | |
| parent | 1e8f00ba123954a8306774361f33a47d125037c0 (diff) | |
| download | perlweeklychallenge-club-725cba5ef20825dfcdd6599aca22681827757445.tar.gz perlweeklychallenge-club-725cba5ef20825dfcdd6599aca22681827757445.tar.bz2 perlweeklychallenge-club-725cba5ef20825dfcdd6599aca22681827757445.zip | |
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 1153ccd5f2..3afce40714 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,19 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-08 14:38:36 GMT" + "text" : "[Champions: 262] Last updated at 2022-07-08 20:24:53 GMT" }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -128,7 +128,7 @@ 33, 4, 0, - 109, + 110, 4, 1, 9, @@ -277,10 +277,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -544,7 +544,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -814,15 +815,6 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -1089,6 +1081,14 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" } |
