diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-01-08 00:30:40 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-01-08 00:30:40 +0000 |
| commit | be7ea551e1dcbacb543be6f9ca8b958684ae5eed (patch) | |
| tree | c8e3bfa44deb59df04873e9dc291e6bae8857abd /stats/pwc-summary-121-150.json | |
| parent | 051d2c18ad69faedcd19a1f46bc92e30e7d31fce (diff) | |
| download | perlweeklychallenge-club-be7ea551e1dcbacb543be6f9ca8b958684ae5eed.tar.gz perlweeklychallenge-club-be7ea551e1dcbacb543be6f9ca8b958684ae5eed.tar.bz2 perlweeklychallenge-club-be7ea551e1dcbacb543be6f9ca8b958684ae5eed.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index ea0877fe51..1cfa21cabf 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,13 +1,9 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-01-08 00:07:18 GMT" - }, "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "xAxis" : { "categories" : [ @@ -43,11 +39,10 @@ "Lakpa Tashi Bhutia" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -156,12 +151,17 @@ ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-01-08 00:21:24 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } } } |
