diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-08 20:15:16 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-08 20:15:16 +0000 |
| commit | 2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6 (patch) | |
| tree | 53dad7128e7c11a2423f7edaeb988f9f5889c220 /stats/pwc-summary-241-270.json | |
| parent | 9e8211950a93c9370824c4cd25092d2c72cef692 (diff) | |
| download | perlweeklychallenge-club-2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6.tar.gz perlweeklychallenge-club-2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6.tar.bz2 perlweeklychallenge-club-2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-summary-241-270.json')
| -rw-r--r-- | stats/pwc-summary-241-270.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-summary-241-270.json b/stats/pwc-summary-241-270.json index e5d380f709..5796fbfae6 100644 --- a/stats/pwc-summary-241-270.json +++ b/stats/pwc-summary-241-270.json @@ -1,6 +1,7 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { "title" : { @@ -8,12 +9,17 @@ }, "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2022-02-08 11:08:10 GMT" - }, "chart" : { "type" : "column" }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "name" : "Perl", @@ -58,10 +64,8 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2022-02-08 20:11:37 GMT" }, "xAxis" : { "categories" : [ @@ -75,9 +79,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
