diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-12 14:18:54 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-12 14:18:54 +0000 |
| commit | d995c005f623c0f80f4cdfbf2247856c146fd7e3 (patch) | |
| tree | e675ef3ccabde893fbbec15287082d57075102a1 /stats/pwc-summary.json | |
| parent | 9bbcf9872d1b574ba0bb28a38d53b7f5a58718e4 (diff) | |
| download | perlweeklychallenge-club-d995c005f623c0f80f4cdfbf2247856c146fd7e3.tar.gz perlweeklychallenge-club-d995c005f623c0f80f4cdfbf2247856c146fd7e3.tar.bz2 perlweeklychallenge-club-d995c005f623c0f80f4cdfbf2247856c146fd7e3.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f82b391433..d242d0e3e3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -4,6 +4,9 @@ "stacking" : "percent" } }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "xAxis" : { "categories" : [ "3ter", @@ -255,18 +258,13 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "series" : [ { "name" : "Perl", @@ -320,7 +318,7 @@ 3, 3, 30, - 125, + 126, 2, 0, 4, @@ -824,7 +822,7 @@ 0, 0, 2, - 91, + 92, 0, 0, 0, @@ -1026,10 +1024,12 @@ } ], "subtitle" : { - "text" : "[Champions: 247] Last updated at 2022-01-12 14:07:32 GMT" + "text" : "[Champions: 247] Last updated at 2022-01-12 14:16:56 GMT" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
