diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-11 23:34:50 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-11 23:34:50 +0100 |
| commit | 7860753cd854ea07a29511477a5e4a3dca5a885e (patch) | |
| tree | c31d3bf9aef7b707e166316306a3c2da6b653bef /stats/pwc-summary.json | |
| parent | 7653d51c46b23d933574ae679832ea412be9df43 (diff) | |
| download | perlweeklychallenge-club-7860753cd854ea07a29511477a5e4a3dca5a885e.tar.gz perlweeklychallenge-club-7860753cd854ea07a29511477a5e4a3dca5a885e.tar.bz2 perlweeklychallenge-club-7860753cd854ea07a29511477a5e4a3dca5a885e.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5bd02eb0c7..3820383733 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,25 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "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" : "" + } + }, "series" : [ { "name" : "Perl", @@ -134,7 +155,7 @@ 16, 8, 11, - 162, + 163, 9, 1, 99, @@ -265,7 +286,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -398,7 +418,7 @@ 0, 2, 0, - 163, + 164, 0, 0, 0, @@ -526,10 +546,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -662,7 +682,7 @@ 12, 0, 0, - 163, + 164, 0, 0, 3, @@ -790,11 +810,12 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 259] Last updated at 2022-06-11 22:26:56 GMT" }, "xAxis" : { "categories" : [ @@ -1058,26 +1079,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "subtitle" : { - "text" : "[Champions: 259] Last updated at 2022-06-11 22:09:45 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
