diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-04-29 00:27:06 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-04-29 00:27:06 +0100 |
| commit | d3a7415930d4f4b08ea68f1000958e424fb7bcc7 (patch) | |
| tree | 21e03d9608814829420ec953e2f55d8d401a8758 /stats/pwc-summary-181-210.json | |
| parent | a22ea6213e4a89213f4ccd1d40ab34d989d2fe78 (diff) | |
| download | perlweeklychallenge-club-d3a7415930d4f4b08ea68f1000958e424fb7bcc7.tar.gz perlweeklychallenge-club-d3a7415930d4f4b08ea68f1000958e424fb7bcc7.tar.bz2 perlweeklychallenge-club-d3a7415930d4f4b08ea68f1000958e424fb7bcc7.zip | |
- Added solutions by Bruce Gray.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 3673e2b453..3f990df83e 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,7 +1,15 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, "series" : [ { - "name" : "Perl", "data" : [ 13, 12, @@ -33,7 +41,8 @@ 78, 18, 458 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -71,6 +80,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -102,30 +112,9 @@ 39, 0, 0 - ], - "name" : "Blog" + ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-04-28 23:04:59 GMT" - }, "xAxis" : { "categories" : [ "Maxim Kolodyazhny", @@ -163,5 +152,16 @@ "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-04-28 23:20:17 GMT" + }, + "chart" : { + "type" : "column" } } |
