diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:23:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:23:41 +0100 |
| commit | b3609ae93c82d41a7b01be0902e752f663bee4ed (patch) | |
| tree | 371398639e9a4a9284e3c1e823f0f608316e71ee /stats/pwc-summary.json | |
| parent | 21fa265be62649840628b5ed2e643be2d2b10de6 (diff) | |
| download | perlweeklychallenge-club-b3609ae93c82d41a7b01be0902e752f663bee4ed.tar.gz perlweeklychallenge-club-b3609ae93c82d41a7b01be0902e752f663bee4ed.tar.bz2 perlweeklychallenge-club-b3609ae93c82d41a7b01be0902e752f663bee4ed.zip | |
- Added solutions by Markus Holzer.
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 4f26826702..42324b4bfe 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { "data" : [ @@ -245,7 +239,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -375,7 +368,7 @@ 77, 1, 16, - 47, + 48, 3, 1, 0, @@ -480,7 +473,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -721,24 +715,26 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 233] Last updated at 2021-07-27 21:23:23 GMT" }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "subtitle" : { - "text" : "[Champions: 233] Last updated at 2021-07-27 21:16:52 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "chart" : { "type" : "column" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -975,5 +971,9 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
