diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-29 03:23:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-29 03:23:03 +0100 |
| commit | a5a0ce699f3a3a0f647b55693842156465a3404f (patch) | |
| tree | 57321b80f08fbd990e1ae14eed5a3343da36f397 /stats/pwc-summary-61-90.json | |
| parent | 1d28bb7f2d79326f8ceda047ba142fedc296cc5a (diff) | |
| download | perlweeklychallenge-club-a5a0ce699f3a3a0f647b55693842156465a3404f.tar.gz perlweeklychallenge-club-a5a0ce699f3a3a0f647b55693842156465a3404f.tar.bz2 perlweeklychallenge-club-a5a0ce699f3a3a0f647b55693842156465a3404f.zip | |
- Added solution by Solathian.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 06b036e78c..671a14e2f2 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -5,9 +5,26 @@ }, "min" : 0 }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-08-29 02:20:37 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -39,10 +56,10 @@ 0, 12, 6 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 8, 10, @@ -74,7 +91,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -112,20 +130,6 @@ "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-08-28 16:55:11 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Donald Hunter", @@ -159,9 +163,5 @@ "Jaime Corchado", "Jake" ] - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 } } |
