diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-20 12:48:28 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-20 12:48:28 +0100 |
| commit | 9ff2f5368866e9e637f8f27f3488178cf6ee8501 (patch) | |
| tree | 85a346a2ccda3b20e4a77b223ccb5f350ee1303b /stats/pwc-current.json | |
| parent | e1c6e14041ea8eb62d1b6a08efcd641efd43186e (diff) | |
| download | perlweeklychallenge-club-9ff2f5368866e9e637f8f27f3488178cf6ee8501.tar.gz perlweeklychallenge-club-9ff2f5368866e9e637f8f27f3488178cf6ee8501.tar.bz2 perlweeklychallenge-club-9ff2f5368866e9e637f8f27f3488178cf6ee8501.zip | |
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 71 |
1 files changed, 43 insertions, 28 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index ea3f518126..ff3c3ec024 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,19 +1,31 @@ { - "title" : { - "text" : "The Weekly Challenge - 122" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : 0 }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge - 122" }, - "xAxis" : { - "type" : "category" + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "drilldown" : { "series" : [ { + "id" : "James Smith", "data" : [ [ "Perl", @@ -24,13 +36,27 @@ 1 ] ], - "name" : "James Smith", - "id" : "James Smith" + "name" : "James Smith" + }, + { + "id" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Mark Anderson" } ] }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-07-20 11:35:41 GMT" + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "series" : [ { @@ -39,29 +65,18 @@ "drilldown" : "James Smith", "y" : 3, "name" : "James Smith" + }, + { + "drilldown" : "Mark Anderson", + "y" : 2, + "name" : "Mark Anderson" } ], "colorByPoint" : 1, "name" : "The Weekly Challenge - 122" } ], - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-07-20 11:48:20 GMT" } } |
