diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-11-10 10:45:20 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-11-10 10:45:20 +0000 |
| commit | 635db20f39fe4e440f18cff595019e4e7f09020f (patch) | |
| tree | 5011703150c135b7fe1858ad772eaa7e99ddb91e /stats/pwc-summary-31-60.json | |
| parent | 6d276f9360353f754d4c376e733d21e5e1b25e86 (diff) | |
| download | perlweeklychallenge-club-635db20f39fe4e440f18cff595019e4e7f09020f.tar.gz perlweeklychallenge-club-635db20f39fe4e440f18cff595019e4e7f09020f.tar.bz2 perlweeklychallenge-club-635db20f39fe4e440f18cff595019e4e7f09020f.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 5ddfa4eebf..a6b5b11131 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -2,27 +2,14 @@ "chart" : { "type" : "column" }, - "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-11-10 10:37:21 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "xAxis" : { "categories" : [ "David Kayal", @@ -57,6 +44,10 @@ "Joe Tym" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { "name" : "Perl 5", @@ -94,6 +85,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -125,10 +117,10 @@ 1, 15, 0 - ], - "name" : "Perl 6" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -160,8 +152,16 @@ 1, 7, 0 - ], - "name" : "Blog" + ] + } + ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-11-10 10:44:55 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + } } |
