diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-22 10:22:31 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-22 10:22:31 +0100 |
| commit | 1e24fc36495bfd5c518c020d1ee21b5a0c344ba7 (patch) | |
| tree | 563f2003b750144a0fef9c5d544d414d033b01c9 /stats/pwc-summary-31-60.json | |
| parent | 9193f6efa6b1c5627818ae70b22bca942934d9b1 (diff) | |
| download | perlweeklychallenge-club-1e24fc36495bfd5c518c020d1ee21b5a0c344ba7.tar.gz perlweeklychallenge-club-1e24fc36495bfd5c518c020d1ee21b5a0c344ba7.tar.bz2 perlweeklychallenge-club-1e24fc36495bfd5c518c020d1ee21b5a0c344ba7.zip | |
- Updated chart stats.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 366439008f..1288d483ee 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,7 +1,10 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-22 01:10:35 GMT" + }, "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/>" }, "series" : [ { @@ -40,6 +43,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 8, 8, @@ -71,25 +75,17 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-21 23:14:01 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "xAxis" : { "categories" : [ "Jaldhar H. Vyas", @@ -124,9 +120,13 @@ "Prajith P" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } |
