diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-06 00:03:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-06 00:03:03 +0100 |
| commit | af767f0fc8520447e03b1eb069fc8def9130fd4c (patch) | |
| tree | e8a813cb34f23d1c693cedad8f371a850a545f71 /stats/pwc-summary.json | |
| parent | f2d1f9bb3992f7456914bae9166da73d12f2ee2a (diff) | |
| download | perlweeklychallenge-club-af767f0fc8520447e03b1eb069fc8def9130fd4c.tar.gz perlweeklychallenge-club-af767f0fc8520447e03b1eb069fc8def9130fd4c.tar.bz2 perlweeklychallenge-club-af767f0fc8520447e03b1eb069fc8def9130fd4c.zip | |
- Added blog by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 872ce015bb..0f8ea83008 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,8 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { "name" : "Perl", @@ -323,6 +327,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -363,7 +368,7 @@ 0, 0, 1, - 44, + 45, 0, 0, 0, @@ -480,33 +485,25 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 156] Last updated at 2020-04-05 22:43:38 GMT" - }, "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 156] Last updated at 2020-04-05 23:02:35 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -667,5 +664,8 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
