diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-12 12:47:32 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-12 12:47:32 +0100 |
| commit | c5bd1df5746df35fc99432dd76940f9f6ae6e2df (patch) | |
| tree | ecb2f6477cfc9d363c20d3a1c513c19d620bdc7b /stats/pwc-summary.json | |
| parent | 1613ac6effd9d61306af1c8eb8917462b5bc874c (diff) | |
| download | perlweeklychallenge-club-c5bd1df5746df35fc99432dd76940f9f6ae6e2df.tar.gz perlweeklychallenge-club-c5bd1df5746df35fc99432dd76940f9f6ae6e2df.tar.bz2 perlweeklychallenge-club-c5bd1df5746df35fc99432dd76940f9f6ae6e2df.zip | |
- Added blog by Colin Crain.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index a561150776..ae525f505d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,10 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -201,9 +197,22 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 187] Last updated at 2020-09-12 11:47:16 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -624,7 +633,7 @@ 0, 17, 0, - 20, + 21, 0, 0, 0, @@ -782,14 +791,5 @@ 10 ] } - ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 187] Last updated at 2020-09-12 11:27:55 GMT" - }, - "chart" : { - "type" : "column" - } + ] } |
