diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-10 10:50:39 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-10 10:50:39 +0100 |
| commit | 7627bc0c643f2642f217330ff71fdeef04a079a5 (patch) | |
| tree | ded88da4947440a05e9b37cdc7fcf16ecde36495 /stats/pwc-summary.json | |
| parent | 11c20a8dcdfc93dbc444e70f60fa92dedd4e6e49 (diff) | |
| download | perlweeklychallenge-club-7627bc0c643f2642f217330ff71fdeef04a079a5.tar.gz perlweeklychallenge-club-7627bc0c643f2642f217330ff71fdeef04a079a5.tar.bz2 perlweeklychallenge-club-7627bc0c643f2642f217330ff71fdeef04a079a5.zip | |
- Added solutions by Andrew Shitov.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 33d27c19f2..e86248ab60 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,10 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -182,7 +185,8 @@ 3, 38, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -195,7 +199,7 @@ 2, 0, 7, - 8, + 9, 0, 0, 1, @@ -369,7 +373,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -380,7 +383,7 @@ 0, 0, 0, - 7, + 8, 0, 0, 0, @@ -550,18 +553,12 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -746,18 +743,21 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "subtitle" : { - "text" : "[Champions: 179] Last updated at 2020-08-10 09:36:38 GMT" - }, - "chart" : { - "type" : "column" + "text" : "[Champions: 179] Last updated at 2020-08-10 09:49:44 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
