diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-07 17:27:06 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-07 17:27:06 +0100 |
| commit | 57768f215b482d596ab93c193752d19e4d76f80f (patch) | |
| tree | 77fb1f229c9f6e97abc4e71894dc821383adf57a /stats/pwc-summary-31-60.json | |
| parent | 515e4de1821be948d9d24f015826b125b4d9ef8c (diff) | |
| download | perlweeklychallenge-club-57768f215b482d596ab93c193752d19e4d76f80f.tar.gz perlweeklychallenge-club-57768f215b482d596ab93c193752d19e4d76f80f.tar.bz2 perlweeklychallenge-club-57768f215b482d596ab93c193752d19e4d76f80f.zip | |
- Corrected chart data.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index a6912ad532..a0365f1f2c 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,87 +1,96 @@ { - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl 5", "data" : [ - 4, - 4, - 3, - 2, - 2, - 4, - 2, - 4, - 4, - 1, 0, 0, - 2, - 2, 0, - 1, - 4, 0, - 2, 0, - 2, - 3, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 2, 2, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 2, 0, 0, 2, - 4, - 4 - ] + 0, + 0 + ], + "name" : "Perl 5" }, { "data" : [ - 4, - 4, 0, 0, 0, 0, 0, - 4, - 3, - 1, - 2, - 2, 0, 0, 0, 0, - 4, 0, 0, - 4, 0, 0, 0, 0, 0, 0, - 3, + 2, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0, - 4, 0 ], "name" : "Perl 6" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-07 15:52:01 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -117,16 +126,7 @@ "Simon Reinhardt" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-07 16:26:26 GMT" } } |
