diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-26 08:47:02 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-26 08:47:02 +0100 |
| commit | 95ffd74dc207eabbc1a58b0a39f5a6cc53c99ded (patch) | |
| tree | dbc793f9d6f3db2eaa1115270a2acdb80d120fd7 /stats/pwc-summary-91-120.json | |
| parent | 751fc7b9e8c09eea769183bddcae4ea4c97f336a (diff) | |
| download | perlweeklychallenge-club-95ffd74dc207eabbc1a58b0a39f5a6cc53c99ded.tar.gz perlweeklychallenge-club-95ffd74dc207eabbc1a58b0a39f5a6cc53c99ded.tar.bz2 perlweeklychallenge-club-95ffd74dc207eabbc1a58b0a39f5a6cc53c99ded.zip | |
- Added solutions by Jaldhar H. Vyas.
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 d866706b10..6157e30614 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,13 +1,13 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 2, @@ -39,8 +39,7 @@ 10, 2, 132 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -113,9 +112,6 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-25 22:39:15 GMT" - }, "xAxis" : { "categories" : [ "Jim Bacon", @@ -150,11 +146,15 @@ "Lubos Kolouch" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-26 07:46:44 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { |
