diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-13 23:05:02 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-13 23:05:02 +0100 |
| commit | 1ffbb7ca0f1c0a38ef3dfc6178c66e05abdedb03 (patch) | |
| tree | de11967a02239a60c633b557db1a94e89c559fb1 /stats/pwc-summary-31-60.json | |
| parent | e6b27fc5d6ac336141c6060d890ed304f6ede228 (diff) | |
| download | perlweeklychallenge-club-1ffbb7ca0f1c0a38ef3dfc6178c66e05abdedb03.tar.gz perlweeklychallenge-club-1ffbb7ca0f1c0a38ef3dfc6178c66e05abdedb03.tar.bz2 perlweeklychallenge-club-1ffbb7ca0f1c0a38ef3dfc6178c66e05abdedb03.zip | |
- Updated chart stats.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 6084eb73bb..74100dce3f 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,4 +1,52 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "xAxis" : { + "categories" : [ + "Dr James A. Smith", + "Jeff", + "Jeremy Carman", + "Jim Bacon", + "JJ Merelo", + "Jo Christian Oterhals", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mark Senn", + "Martin Mugeni", + "Matt Latusek", + "Maxim Kolodyazhny", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleskii Tsvitenov", + "Ozzy", + "Pavel Jurca", + "Pete Houston", + "Philippe Bruhat", + "Prajith P", + "Robert Gratza" + ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "data" : [ @@ -36,7 +84,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -68,65 +115,18 @@ 0, 0, 2 - ] + ], + "name" : "Perl 6" } ], - "xAxis" : { - "categories" : [ - "Dr James A. Smith", - "Jeff", - "Jeremy Carman", - "Jim Bacon", - "JJ Merelo", - "Jo Christian Oterhals", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mark Senn", - "Martin Mugeni", - "Matt Latusek", - "Maxim Kolodyazhny", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleskii Tsvitenov", - "Ozzy", - "Pavel Jurca", - "Pete Houston", - "Philippe Bruhat", - "Prajith P", - "Robert Gratza" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-12 18:04:09 GMT" + "text" : "[Champions: 30] Last updated at 2019-04-13 22:04:26 GMT" } } |
