diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-16 10:26:59 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-16 10:26:59 +0000 |
| commit | 348df89f110c0cc8654bc7ef97e1960e96c57ef2 (patch) | |
| tree | 5279096e6a9fdfe4261e8fc9bd6e313ff1d1aae8 /stats/pwc-summary.json | |
| parent | 712148a0e4f8dd2c4ebc7cb3c00921feeba021e9 (diff) | |
| download | perlweeklychallenge-club-348df89f110c0cc8654bc7ef97e1960e96c57ef2.tar.gz perlweeklychallenge-club-348df89f110c0cc8654bc7ef97e1960e96c57ef2.tar.bz2 perlweeklychallenge-club-348df89f110c0cc8654bc7ef97e1960e96c57ef2.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 95171a4236..4053b47277 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 249] Last updated at 2022-02-16 10:12:40 GMT" - }, "xAxis" : { "categories" : [ "3ter", @@ -269,15 +252,9 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -528,10 +505,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -662,7 +639,7 @@ 0, 0, 0, - 86, + 87, 7, 2, 1, @@ -782,10 +759,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -916,7 +893,7 @@ 0, 0, 3, - 86, + 87, 0, 0, 0, @@ -1036,8 +1013,31 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } - ] + ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-16 10:22:41 GMT" + } } |
