diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-12 15:56:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-12 15:56:59 +0100 |
| commit | d69797ea02bcf31dd6866bf3091efdf462acb2fd (patch) | |
| tree | 97bb4f35cf8c061fad9c18d3bcc8a142ea231018 /stats/pwc-summary-31-60.json | |
| parent | 66306f6cbbe3f1f6249a820b4711acf5607eb5d5 (diff) | |
| download | perlweeklychallenge-club-d69797ea02bcf31dd6866bf3091efdf462acb2fd.tar.gz perlweeklychallenge-club-d69797ea02bcf31dd6866bf3091efdf462acb2fd.tar.bz2 perlweeklychallenge-club-d69797ea02bcf31dd6866bf3091efdf462acb2fd.zip | |
- Added solution by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 1bb3124b3e..8ffd151b8f 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,9 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Cristina Heredia", @@ -39,8 +34,8 @@ ] }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -114,6 +109,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -145,23 +141,27 @@ 1, 0, 0 - ], - "name" : "Blog" + ] } ], "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-12 10:07:37 GMT" + "text" : "[Champions: 30] Last updated at 2020-07-12 14:56:47 GMT" } } |
