diff options
| author | rir <rirans@comcast.net> | 2022-06-10 23:27:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 23:27:06 -0400 |
| commit | 74764fdc82cb488d5d59253c00a452aeb2c4980c (patch) | |
| tree | b89bb66fdd6e00a4cd4be4c611aef5c020dad4a0 /stats/pwc-summary-211-240.json | |
| parent | cfc134c6dbd2c20e6b36125bd1457ad384250541 (diff) | |
| parent | 1c666818bcb3003fd293ae227540e35669499d27 (diff) | |
| download | perlweeklychallenge-club-74764fdc82cb488d5d59253c00a452aeb2c4980c.tar.gz perlweeklychallenge-club-74764fdc82cb488d5d59253c00a452aeb2c4980c.tar.bz2 perlweeklychallenge-club-74764fdc82cb488d5d59253c00a452aeb2c4980c.zip | |
Merge branch 'manwar:master' into 168
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index a0bdc2db9d..fbffe507a3 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,15 +1,27 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-06-09 21:28:57 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "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 }, "xAxis" : { "categories" : [ @@ -45,18 +57,8 @@ "Tester R59" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-07 15:15:08 GMT" - }, "series" : [ { - "name" : "Perl", "data" : [ 3, 304, @@ -78,7 +80,7 @@ 1, 3, 1, - 1, + 2, 2, 7, 0, @@ -88,9 +90,11 @@ 4, 4, 2 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 265, @@ -112,7 +116,7 @@ 0, 0, 0, - 1, + 2, 0, 2, 0, @@ -122,14 +126,13 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", "data" : [ 0, - 147, + 148, 0, 47, 1, @@ -160,8 +163,5 @@ 0 ] } - ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - } + ] } |
