diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-02 15:19:23 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-02 15:19:23 +0000 |
| commit | 8cc72bf3f112d1349159fe933cfcfd93cd3444ec (patch) | |
| tree | a89ed4fc0d28d00487c8ffaade0ce5acb1fd0c44 /stats/pwc-summary.json | |
| parent | 9578ee2e3782bb3f26b88f0b08ec73c319c54665 (diff) | |
| download | perlweeklychallenge-club-8cc72bf3f112d1349159fe933cfcfd93cd3444ec.tar.gz perlweeklychallenge-club-8cc72bf3f112d1349159fe933cfcfd93cd3444ec.tar.bz2 perlweeklychallenge-club-8cc72bf3f112d1349159fe933cfcfd93cd3444ec.zip | |
- Added solution by Pete Houston.
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 1132b20b20..7c55cf0d3b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,12 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "series" : [ { "name" : "Perl", @@ -175,7 +183,7 @@ 2, 4, 0, - 85, + 86, 0, 18, 1, @@ -501,7 +509,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -748,19 +755,26 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2022-01-02 14:36:40 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2022-01-02 15:17:26 GMT" }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -1009,19 +1023,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
