diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 16:49:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 16:49:26 +0100 |
| commit | 2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d (patch) | |
| tree | 23fcd91cd6fa956e440cf20c7044bba9d2b01ed5 /stats/pwc-summary-61-90.json | |
| parent | d96fb9898ed1c9d8ccfbbe5d05faf700ded47524 (diff) | |
| download | perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.gz perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.bz2 perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index b03dc25e7f..186a486cad 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,15 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Ian Rifkin", @@ -33,8 +44,18 @@ "Kivanc Yazan" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-15 15:02:22 GMT" + "text" : "[Champions: 30] Last updated at 2020-09-15 15:48:02 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -108,7 +129,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -140,28 +160,8 @@ 43, 0, 0 - ] + ], + "name" : "Blog" } - ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - } + ] } |
