diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-19 12:10:10 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-19 12:10:10 +0000 |
| commit | 551c6b2f957c2460f9aeb51b2f681a43d0817c35 (patch) | |
| tree | 4652ae6d89cda955987b3296e5220b1cfd8adc7b /stats/pwc-summary.json | |
| parent | b4c8486156e76644259be047a0b788f5bb476609 (diff) | |
| download | perlweeklychallenge-club-551c6b2f957c2460f9aeb51b2f681a43d0817c35.tar.gz perlweeklychallenge-club-551c6b2f957c2460f9aeb51b2f681a43d0817c35.tar.bz2 perlweeklychallenge-club-551c6b2f957c2460f9aeb51b2f681a43d0817c35.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ab44333c95..8914e6e9d0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,7 @@ { - "subtitle" : { - "text" : "[Champions: 214] Last updated at 2021-01-19 09:31:15 GMT" - }, - "chart" : { - "type" : "column" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -227,15 +221,6 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "name" : "Perl", @@ -440,7 +425,7 @@ 1, 3, 0, - 49, + 50, 12, 9, 8, @@ -457,7 +442,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -659,7 +643,7 @@ 0, 0, 1, - 53, + 54, 0, 2, 0, @@ -673,10 +657,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -892,12 +876,28 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 214] Last updated at 2021-01-19 12:09:23 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" } } |
