diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-20 13:07:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-20 13:07:26 +0100 |
| commit | 098557a9f28ef2030b0df39fe4c03440a803f849 (patch) | |
| tree | a6358371a15294c5db44c02fd7789b5697a74104 /stats/pwc-summary-121-150.json | |
| parent | a52927c1e6b2298c6d108d4c518caba3f583e3d1 (diff) | |
| download | perlweeklychallenge-club-098557a9f28ef2030b0df39fe4c03440a803f849.tar.gz perlweeklychallenge-club-098557a9f28ef2030b0df39fe4c03440a803f849.tar.bz2 perlweeklychallenge-club-098557a9f28ef2030b0df39fe4c03440a803f849.zip | |
- Added solutions by Lucas Ransan.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index a6c79c577c..30f1ca3846 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,23 +1,11 @@ { "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-20 11:56:34 GMT" + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Perl", @@ -57,7 +45,7 @@ { "data" : [ 118, - 10, + 12, 4, 1, 0, @@ -125,10 +113,11 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-20 12:07:06 GMT" }, "xAxis" : { "categories" : [ @@ -163,5 +152,16 @@ "Niels van Dijke", "Nikhil Prasanna" ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
