diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-17 03:34:59 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-17 03:34:59 +0000 |
| commit | 6dd0f2cf7c7e4c3a43871ccad75ca9fbac58c129 (patch) | |
| tree | 2796ce813d8209432971392f7ee61436014ee932 /stats/pwc-summary.json | |
| parent | c390d06e3758e4f9f78c161221d9b0f296bdb5b5 (diff) | |
| download | perlweeklychallenge-club-6dd0f2cf7c7e4c3a43871ccad75ca9fbac58c129.tar.gz perlweeklychallenge-club-6dd0f2cf7c7e4c3a43871ccad75ca9fbac58c129.tar.bz2 perlweeklychallenge-club-6dd0f2cf7c7e4c3a43871ccad75ca9fbac58c129.zip | |
- Added solutions by Pete Houston.
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 e10492a71c..4762efb4c1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,4 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "3ter", @@ -254,6 +251,25 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-01-17 03:31:04 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { "name" : "Perl", @@ -433,7 +449,7 @@ 2, 4, 0, - 87, + 88, 0, 20, 1, @@ -1015,25 +1031,9 @@ "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-17 00:40:16 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" } } |
