diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-29 13:10:22 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-29 13:10:22 +0100 |
| commit | e7f6940cf0444c185d6e7a94ead2e26cb95f673c (patch) | |
| tree | 555b8cb58a48cd6b709f5be8b2dd75bb0943daf0 /stats/pwc-summary.json | |
| parent | 8709ad398bf9fdc73471546cca2c300545f1685e (diff) | |
| download | perlweeklychallenge-club-e7f6940cf0444c185d6e7a94ead2e26cb95f673c.tar.gz perlweeklychallenge-club-e7f6940cf0444c185d6e7a94ead2e26cb95f673c.tar.bz2 perlweeklychallenge-club-e7f6940cf0444c185d6e7a94ead2e26cb95f673c.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e353de0d58..840fe91677 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -183,16 +173,28 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 170] Last updated at 2020-06-29 12:10:04 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -329,7 +331,7 @@ 0, 1, 1, - 51, + 52, 57, 29, 27, @@ -364,8 +366,7 @@ 2, 37, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -718,10 +719,9 @@ ] } ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 170] Last updated at 2020-06-29 12:07:23 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
