diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-22 23:38:18 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-22 23:38:18 +0100 |
| commit | d7e5920a35377fa1d47fdf737bdb0a2e9418a2d1 (patch) | |
| tree | d61bc35bf30b57d89b9714c119c6a2143fdef1b1 /stats/pwc-summary.json | |
| parent | d951cc21dafd2d22aa2748cee6637b47285b45e0 (diff) | |
| download | perlweeklychallenge-club-d7e5920a35377fa1d47fdf737bdb0a2e9418a2d1.tar.gz perlweeklychallenge-club-d7e5920a35377fa1d47fdf737bdb0a2e9418a2d1.tar.bz2 perlweeklychallenge-club-d7e5920a35377fa1d47fdf737bdb0a2e9418a2d1.zip | |
- Added blogs by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ca650e6497..20a3db5326 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,18 +1,28 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, + "subtitle" : { + "text" : "[Champions: 159] Last updated at 2020-04-22 22:37:04 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 0, 0, @@ -173,11 +183,9 @@ 2, 27, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 3, @@ -338,7 +346,8 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -668,16 +677,7 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 159] Last updated at 2020-04-22 22:03:45 GMT" } } |
