diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-06-15 15:13:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-06-15 15:13:09 +0100 |
| commit | 8f3e4397d6470c8a02791e455fea75fcd4e3c22a (patch) | |
| tree | 8ce1609c3f2cbdedd9489a7ffe74f4f09dfe1587 /stats/pwc-summary.json | |
| parent | e4dd309f44995febd08b18adefdf87dfbeded637 (diff) | |
| download | perlweeklychallenge-club-8f3e4397d6470c8a02791e455fea75fcd4e3c22a.tar.gz perlweeklychallenge-club-8f3e4397d6470c8a02791e455fea75fcd4e3c22a.tar.bz2 perlweeklychallenge-club-8f3e4397d6470c8a02791e455fea75fcd4e3c22a.zip | |
- Added solutions by Robert Ransbottom.
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 89953f7063..1e68647bbb 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,12 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 311] Last updated at 2024-06-15 14:09:20 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -314,19 +322,6 @@ "Yves Orton" ] }, - "subtitle" : { - "text" : "[Champions: 311] Last updated at 2024-06-14 21:09:57 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { "data" : [ @@ -645,7 +640,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -898,7 +892,7 @@ 84, 3, 1, - 113, + 114, 0, 245, 57, @@ -958,7 +952,8 @@ 11, 0, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -1277,15 +1272,20 @@ ] } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "chart" : { "type" : "column" }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
