diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-01 19:39:34 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-01 19:39:34 +0100 |
| commit | 60f926cd6dc29af9fa8db7bfd3e66cc34a5de560 (patch) | |
| tree | b60582a391f48e365940e6278b2c6f44a0265c60 /stats/pwc-summary.json | |
| parent | 587c0cb94a8accf6815767731ab4152bb067aa2d (diff) | |
| download | perlweeklychallenge-club-60f926cd6dc29af9fa8db7bfd3e66cc34a5de560.tar.gz perlweeklychallenge-club-60f926cd6dc29af9fa8db7bfd3e66cc34a5de560.tar.bz2 perlweeklychallenge-club-60f926cd6dc29af9fa8db7bfd3e66cc34a5de560.zip | |
- Added Maximum Gap solution in Perl.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5b549ea1c1..6b8f6f2e9f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,18 @@ { + "chart" : { + "type" : "column" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { "data" : [ @@ -152,7 +148,7 @@ 2, 0, 0, - 37, + 38, 20, 7, 7, @@ -243,6 +239,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -463,11 +460,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -688,11 +683,16 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "subtitle" : { - "text" : "[Champions: 219] Last updated at 2021-03-31 12:03:44 GMT" + "text" : "[Champions: 219] Last updated at 2021-04-01 18:39:21 GMT" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" |
