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-1-30.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-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 7478779a71..ea9b01758c 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,22 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -33,9 +51,11 @@ "Creewick" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-06 00:47:58 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -109,7 +129,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -141,27 +160,8 @@ 10, 0, 0 - ] - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + ], + "name" : "Blog" } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-06 00:19:45 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - } + ] } |
