diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-22 00:08:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-22 00:08:13 +0100 |
| commit | 9828606dfaae9ffd5738be7ce0f6dc02dfd4dca7 (patch) | |
| tree | b8c5c3a9ae5e3d3b09c847adfa0b593effbae831 /stats/pwc-summary-31-60.json | |
| parent | e3cd7ea1a960be294bf108419c18a05cd63ae3d7 (diff) | |
| download | perlweeklychallenge-club-9828606dfaae9ffd5738be7ce0f6dc02dfd4dca7.tar.gz perlweeklychallenge-club-9828606dfaae9ffd5738be7ce0f6dc02dfd4dca7.tar.bz2 perlweeklychallenge-club-9828606dfaae9ffd5738be7ce0f6dc02dfd4dca7.zip | |
- Added solutions by Daniel Mantovani.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 37c103196a..b93d508d76 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,7 +1,30 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-09-21 23:07:56 GMT" + }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 19, @@ -33,7 +56,8 @@ 11, 52, 21 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -139,29 +163,5 @@ "Laurent Rosenfeld", "Lubos Kolouch" ] - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "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 2019-09-21 20:04:19 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" } } |
