diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2025-05-06 19:07:13 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2025-05-06 19:07:13 +0100 |
| commit | e5f8174b2dae605f3229c39a99e62cb11a9dfd04 (patch) | |
| tree | a940788f2854193a750ff64a75df6207818a2aad /stats/pwc-summary-91-120.json | |
| parent | 7fa205e276d4f05891701bf769dba9c2e4ecad40 (diff) | |
| download | perlweeklychallenge-club-e5f8174b2dae605f3229c39a99e62cb11a9dfd04.tar.gz perlweeklychallenge-club-e5f8174b2dae605f3229c39a99e62cb11a9dfd04.tar.bz2 perlweeklychallenge-club-e5f8174b2dae605f3229c39a99e62cb11a9dfd04.zip | |
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index f7f81f235e..48fecf3f9e 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,9 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Fred Zinn", @@ -38,16 +33,14 @@ "Jared Martin" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "title" : { "text" : "The Weekly Challenge [2019 - 2025]" }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Perl", @@ -120,6 +113,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -151,17 +145,23 @@ 0, 0, 12 - ], - "name" : "Blog" + ] } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2025-05-06 14:44:56 GMT" + "text" : "[Champions: 30] Last updated at 2025-05-06 18:07:04 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } } } |
