diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-22 23:13:33 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-22 23:13:33 +0000 |
| commit | 82af7e0a6bfb0bf4ae32767efaece4a0c2daf1f2 (patch) | |
| tree | ab98813ab4b1ae3f0f7e8f4d38092c14c25653ba /stats/pwc-summary-121-150.json | |
| parent | bb58982fda6220165289c4bd93f0484135851014 (diff) | |
| download | perlweeklychallenge-club-82af7e0a6bfb0bf4ae32767efaece4a0c2daf1f2.tar.gz perlweeklychallenge-club-82af7e0a6bfb0bf4ae32767efaece4a0c2daf1f2.tar.bz2 perlweeklychallenge-club-82af7e0a6bfb0bf4ae32767efaece4a0c2daf1f2.zip | |
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 6883f9bdbd..9a007ed1fb 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,19 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "Mike Accardo", @@ -33,9 +48,6 @@ "Rakesh Kumar Shardiwal" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "data" : [ @@ -143,25 +155,13 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-11-22 23:11:58 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "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 2020-11-22 23:08:38 GMT" + } } } |
