diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-04 00:18:36 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-04 00:18:36 +0100 |
| commit | 9e658cecc222fc815cd305794e67941be3377e5e (patch) | |
| tree | f0efee574b1628b987598eb7c4866cdbff9879d4 /stats/pwc-summary.json | |
| parent | a424711822fadac955b5ae4508650e6fc9224bfe (diff) | |
| download | perlweeklychallenge-club-9e658cecc222fc815cd305794e67941be3377e5e.tar.gz perlweeklychallenge-club-9e658cecc222fc815cd305794e67941be3377e5e.tar.bz2 perlweeklychallenge-club-9e658cecc222fc815cd305794e67941be3377e5e.zip | |
- Added blog by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 65268fa415..89898d7702 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,6 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -112,25 +111,9 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 105] Last updated at 2019-08-03 23:13:43 GMT" - }, - "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 }, "series" : [ { @@ -383,7 +366,7 @@ 0, 0, 0, - 15, + 16, 0, 0, 0, @@ -463,5 +446,22 @@ 14 ] } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 105] Last updated at 2019-08-03 23:18:18 GMT" + } } |
