diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-11-20 11:46:21 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-11-20 11:46:21 +0000 |
| commit | 322b0950aa4dc7ee2810dca36007740f3bd7d08e (patch) | |
| tree | 13a3a0f2a504632cd4339c74f720fc22afc2eb73 /stats/pwc-summary.json | |
| parent | 40d922f626cfc6400dafe76dc568fc227fea28d8 (diff) | |
| download | perlweeklychallenge-club-322b0950aa4dc7ee2810dca36007740f3bd7d08e.tar.gz perlweeklychallenge-club-322b0950aa4dc7ee2810dca36007740f3bd7d08e.tar.bz2 perlweeklychallenge-club-322b0950aa4dc7ee2810dca36007740f3bd7d08e.zip | |
- Added solutions by Daniel Mita.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index a3207dbb0c..5abc3481fd 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,23 +1,4 @@ { - "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: 138] Last updated at 2019-11-20 11:40:14 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Leoltron", @@ -160,6 +141,30 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 138] Last updated at 2019-11-20 11:46:08 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { "name" : "Perl 5", @@ -305,6 +310,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -332,7 +338,7 @@ 0, 0, 0, - 10, + 12, 0, 0, 1, @@ -444,10 +450,10 @@ 2, 21, 0 - ], - "name" : "Perl 6" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -587,13 +593,7 @@ 1, 6, 14 - ], - "name" : "Blog" - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - } + ] } |
