diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-12 17:23:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-12 17:23:14 +0100 |
| commit | b3e082470a98fbd7ba12e0973d519b89666fc138 (patch) | |
| tree | 85b4f87f2f311e325dc76af70e6966973a81f528 /stats/pwc-summary.json | |
| parent | d3f8729a259f3a0df0917b142a7e278368b5f4bd (diff) | |
| download | perlweeklychallenge-club-b3e082470a98fbd7ba12e0973d519b89666fc138.tar.gz perlweeklychallenge-club-b3e082470a98fbd7ba12e0973d519b89666fc138.tar.bz2 perlweeklychallenge-club-b3e082470a98fbd7ba12e0973d519b89666fc138.zip | |
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9d29ad56d4..ad7a0b94c8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,15 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "subtitle" : { - "text" : "[Champions: 238] Last updated at 2021-09-12 16:15:27 GMT" + "text" : "[Champions: 238] Last updated at 2021-09-12 16:22:04 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -259,7 +249,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -347,7 +338,7 @@ 111, 5, 0, - 57, + 58, 2, 0, 7, @@ -505,7 +496,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -745,14 +735,13 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -995,5 +984,16 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" } } |
