diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-22 21:15:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-22 21:15:59 +0100 |
| commit | 89421f14095148aefcd254da3d728b6150b22cc3 (patch) | |
| tree | ee6e0d3fb4eefee124fecc69ba2994eb62e857ac /stats/pwc-summary.json | |
| parent | 159da47e041139fbd0382559dbdb11e129928f75 (diff) | |
| download | perlweeklychallenge-club-89421f14095148aefcd254da3d728b6150b22cc3.tar.gz perlweeklychallenge-club-89421f14095148aefcd254da3d728b6150b22cc3.tar.bz2 perlweeklychallenge-club-89421f14095148aefcd254da3d728b6150b22cc3.zip | |
- Added solution by Steve Rogerson.
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 dee617778d..566c1b1d6f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,16 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 198] Last updated at 2020-10-22 20:15:23 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -381,7 +391,7 @@ 1, 2, 1, - 2, + 3, 0, 45, 0, @@ -612,7 +622,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -812,28 +821,19 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 198] Last updated at 2020-10-22 19:26:49 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
