diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 01:48:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 01:48:08 +0100 |
| commit | 547c2df06e540d00a81f2667b60a2ef10e18c872 (patch) | |
| tree | c829bc3157c3c2d7e50fed6b07c3a25a777c9015 /stats/pwc-summary-61-90.json | |
| parent | 03bee10ad8becf08b1b92568e844a0e60713c5f6 (diff) | |
| download | perlweeklychallenge-club-547c2df06e540d00a81f2667b60a2ef10e18c872.tar.gz perlweeklychallenge-club-547c2df06e540d00a81f2667b60a2ef10e18c872.tar.bz2 perlweeklychallenge-club-547c2df06e540d00a81f2667b60a2ef10e18c872.zip | |
- Added Raku Review 058.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 90427f27be..b4096ee01d 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,25 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-06 00:47:58 GMT" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Jaldhar H. Vyas", @@ -33,13 +54,8 @@ "Luis F. Uceta" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { - "name" : "Perl", "data" : [ 116, 0, @@ -71,9 +87,11 @@ 59, 0, 0 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 115, 4, @@ -105,8 +123,7 @@ 0, 50, 4 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -135,7 +152,7 @@ 0, 0, 0, - 128, + 129, 0, 0, 0, @@ -144,24 +161,7 @@ ] } ], - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-06 00:19:45 GMT" } } |
