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-61-90.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-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 553dcf6bda..ff0a73ae8c 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,9 +1,15 @@ { - "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/>" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -39,6 +45,9 @@ "Randy Lauen" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-09-21 23:07:56 GMT" + }, "series" : [ { "name" : "Perl 5", @@ -111,6 +120,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -142,26 +152,16 @@ 2, 0, 0 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "title" : { "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-09-21 20:04:19 GMT" } } |
