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-1-30.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-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 96954a3cbc..8bbdffc5b5 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,27 +1,15 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-09-21 20:04:19 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-09-21 23:07:56 GMT" }, "xAxis" : { "categories" : [ @@ -57,6 +45,9 @@ "E. Choroba" ] }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -79,7 +70,7 @@ 0, 1, 6, - 39, + 41, 0, 7, 26, @@ -163,5 +154,14 @@ ], "name" : "Blog" } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + } } |
