diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:20:26 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:20:26 +0000 |
| commit | a620de2dcf2f0510f4bac760cd0a650be2e8b2df (patch) | |
| tree | f1cc5289d57e21ce8461287274e9a5114c6bf396 /stats/pwc-summary-1-30.json | |
| parent | a6aecc68759c3b3c869a88457a16e8e25c117f30 (diff) | |
| download | perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.tar.gz perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.tar.bz2 perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 1e7be4803d..b6882e65fa 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -33,6 +33,26 @@ "Bob Lied" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-12-06 20:19:18 GMT" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { "name" : "Perl", @@ -41,7 +61,7 @@ 0, 0, 0, - 141, + 143, 3, 210, 3, @@ -70,6 +90,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -101,10 +122,10 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -136,32 +157,11 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-06 20:06:32 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
