diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-25 20:01:09 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-25 20:01:09 +0000 |
| commit | d257c07d79654d0d36a512cf5c976cf71b1a90da (patch) | |
| tree | 56e201bb06d7dee204e1f91f0499df538c83e830 /stats/pwc-summary.json | |
| parent | 0e131606a608f470611bf779304aeff5fa012bdd (diff) | |
| download | perlweeklychallenge-club-d257c07d79654d0d36a512cf5c976cf71b1a90da.tar.gz perlweeklychallenge-club-d257c07d79654d0d36a512cf5c976cf71b1a90da.tar.bz2 perlweeklychallenge-club-d257c07d79654d0d36a512cf5c976cf71b1a90da.zip | |
- Added blog by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2a04cfd8e7..b3260e4da3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,6 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -163,8 +148,21 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "subtitle" : { - "text" : "[Champions: 142] Last updated at 2020-01-25 19:13:59 GMT" + "text" : "[Champions: 142] Last updated at 2020-01-25 20:00:24 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { @@ -500,7 +498,7 @@ 0, 0, 1, - 35, + 36, 0, 0, 0, @@ -609,7 +607,9 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
