diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-10-28 23:12:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-10-28 23:12:35 +0100 |
| commit | 23d9ce3e7dafbda2880907f0bffee78f96c86d13 (patch) | |
| tree | 289cad1f944ecca38bfc745f859fc85d25ba9fcc /stats/pwc-summary-91-120.json | |
| parent | 78cbb834d63ffb2ed1135abf8d981d6fec27617e (diff) | |
| download | perlweeklychallenge-club-23d9ce3e7dafbda2880907f0bffee78f96c86d13.tar.gz perlweeklychallenge-club-23d9ce3e7dafbda2880907f0bffee78f96c86d13.tar.bz2 perlweeklychallenge-club-23d9ce3e7dafbda2880907f0bffee78f96c86d13.zip | |
- Added solutions by Ian Rifkin.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index d6bc97fb8a..d642f2e81e 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,14 +1,13 @@ { "series" : [ { - "name" : "Perl", "data" : [ 50, 0, 0, 0, 12, - 8, + 10, 1, 2, 2, @@ -33,16 +32,18 @@ 0, 8, 2 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 8, 0, 46, 0, - 2, + 4, 0, 0, 0, @@ -67,8 +68,7 @@ 2, 0, 1 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -77,7 +77,7 @@ 0, 0, 7, - 0, + 1, 0, 0, 0, @@ -106,14 +106,6 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Gustavo Chaves", @@ -148,8 +140,8 @@ "Jeremy Carman" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-10-28 20:24:23 GMT" + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, @@ -157,11 +149,19 @@ "text" : "" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-10-28 22:09:23 GMT" }, "title" : { "text" : "The Weekly Challenge [2019 - 2023]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
