diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-07 04:28:01 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-07 04:28:01 +0100 |
| commit | 18aa4796294741571efbc43db87173f5cce1828d (patch) | |
| tree | 1dc527eb41da550472b21be104b36c9939b589a1 /stats/pwc-summary.json | |
| parent | 88c9ae9e39e68d86b3c816efaad9955408557b16 (diff) | |
| download | perlweeklychallenge-club-18aa4796294741571efbc43db87173f5cce1828d.tar.gz perlweeklychallenge-club-18aa4796294741571efbc43db87173f5cce1828d.tar.bz2 perlweeklychallenge-club-18aa4796294741571efbc43db87173f5cce1828d.zip | |
- Added solutions by Walt Mankowski.
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 3439dfb3e5..150c812977 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,23 @@ { + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 170] Last updated at 2020-07-07 03:27:35 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -172,16 +183,16 @@ 12, 9, 2, - 11, + 12, 28, 1, 2, 38, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -353,9 +364,11 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -527,28 +540,15 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 170] Last updated at 2020-07-06 22:10:14 GMT" + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ |
