diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-05 23:24:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-05 23:24:14 +0100 |
| commit | 9d69b60cef73aacc3b8fdf6da737d17bfb30ad4f (patch) | |
| tree | 3c1baff99516806d38004c17e27fc467ebab24d9 /stats/pwc-summary.json | |
| parent | e55078398f8407594980c8daa982da68d7f079e6 (diff) | |
| download | perlweeklychallenge-club-9d69b60cef73aacc3b8fdf6da737d17bfb30ad4f.tar.gz perlweeklychallenge-club-9d69b60cef73aacc3b8fdf6da737d17bfb30ad4f.tar.bz2 perlweeklychallenge-club-9d69b60cef73aacc3b8fdf6da737d17bfb30ad4f.zip | |
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0d37adce01..96aaec5577 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,7 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -238,8 +236,12 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -398,7 +400,7 @@ 0, 5, 0, - 70, + 71, 2, 4, 0, @@ -470,8 +472,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -947,17 +948,16 @@ "stacking" : "percent" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "subtitle" : { - "text" : "[Champions: 229] Last updated at 2021-07-05 22:01:19 GMT" + "text" : "[Champions: 229] Last updated at 2021-07-05 22:23:42 GMT" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
