diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-17 07:21:47 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-17 07:21:47 +0000 |
| commit | 02ac8ebdd2fa6baee4c509e965b95e64adb894cb (patch) | |
| tree | e91db576e1bb853168f66ac7a009fbd974d75c1f /stats/pwc-summary-31-60.json | |
| parent | ddc121375f17d6f9c3ffe2650d253ee5ff82275d (diff) | |
| download | perlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.tar.gz perlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.tar.bz2 perlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.zip | |
- Added solutions by Dave Jacoby.
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 18a23096ef..26f575b8d9 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,13 +1,6 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-01-17 07:21:31 GMT" }, "xAxis" : { "categories" : [ @@ -43,10 +36,20 @@ "Jo Christian Oterhals" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { "data" : [ - 44, + 46, 4, 0, 0, @@ -115,9 +118,8 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ - 23, + 24, 0, 0, 4, @@ -147,9 +149,13 @@ 0, 1, 7 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -157,11 +163,5 @@ }, "chart" : { "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-01-16 22:22:38 GMT" } } |
