diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-13 12:23:16 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-13 12:23:16 +0100 |
| commit | 2ea2c699e36eff75aec0aea5fb68e48a12b0e86d (patch) | |
| tree | ba64fb7db8867b114d2afc965c1f152819f50c01 /stats/pwc-summary.json | |
| parent | c7be16932ee9a0f42db435370a5f4ec1c619f854 (diff) | |
| download | perlweeklychallenge-club-2ea2c699e36eff75aec0aea5fb68e48a12b0e86d.tar.gz perlweeklychallenge-club-2ea2c699e36eff75aec0aea5fb68e48a12b0e86d.tar.bz2 perlweeklychallenge-club-2ea2c699e36eff75aec0aea5fb68e48a12b0e86d.zip | |
- Added solutions by Jan Krnavek.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e0220efe12..1481cb17dd 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -5,10 +5,6 @@ "text" : "" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -546,7 +542,7 @@ 101, 5, 0, - 44, + 45, 2, 0, 7, @@ -694,7 +690,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -919,21 +914,26 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 223] Last updated at 2021-06-13 11:22:26 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-06-12 20:52:06 GMT" - }, "chart" : { "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
