diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-12 19:25:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-12 19:25:13 +0100 |
| commit | 1b28f6a10620b3c4f8812ef0d80073be63a4803e (patch) | |
| tree | d15707040a77feeedc8874a72a919b311c9f554f /stats/pwc-summary.json | |
| parent | c2582d647614fa6f2dfa697e3c3180502b3dd2ce (diff) | |
| download | perlweeklychallenge-club-1b28f6a10620b3c4f8812ef0d80073be63a4803e.tar.gz perlweeklychallenge-club-1b28f6a10620b3c4f8812ef0d80073be63a4803e.tar.bz2 perlweeklychallenge-club-1b28f6a10620b3c4f8812ef0d80073be63a4803e.zip | |
- Moved script to the correct folder.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index a5e0c032b9..ed8aaa7d57 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,22 @@ { + "subtitle" : { + "text" : "[Champions: 102] Last updated at 2019-07-12 18:24:59 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -108,18 +123,9 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -141,7 +147,7 @@ 26, 0, 2, - 18, + 19, 4, 0, 0, @@ -223,8 +229,7 @@ 1, 1, 16 - ], - "name" : "Perl 5" + ] }, { "name" : "Perl 6", @@ -441,15 +446,10 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 102] Last updated at 2019-07-12 18:21:48 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
