diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-13 10:49:50 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-13 10:49:50 +0000 |
| commit | 0f7fdabf6fb91baf184331e7243d17bc9c92d88a (patch) | |
| tree | 9e0e1a6e82efa34480fc894f9b62ae40377ae99b /stats/pwc-current.json | |
| parent | 108219d380b0236dd41ebba9392cc3abe3907c02 (diff) | |
| download | perlweeklychallenge-club-0f7fdabf6fb91baf184331e7243d17bc9c92d88a.tar.gz perlweeklychallenge-club-0f7fdabf6fb91baf184331e7243d17bc9c92d88a.tar.bz2 perlweeklychallenge-club-0f7fdabf6fb91baf184331e7243d17bc9c92d88a.zip | |
- Added contributions to week 142 by Simon Green.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 28e38ce29d..ba19ce52d9 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,13 @@ { + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge - 143" + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "series" : { "borderWidth" : 0, @@ -8,15 +17,12 @@ } } }, - "title" : { - "text" : "The Weekly Challenge - 143" - }, "series" : [ { "data" : [ { - "name" : "Mohammad S Anwar", "drilldown" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar", "y" : 1 } ], @@ -24,14 +30,19 @@ "colorByPoint" : 1 } ], + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, "legend" : { "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Mohammad S Anwar", "name" : "Mohammad S Anwar", + "id" : "Mohammad S Anwar", "data" : [ [ "Perl", @@ -41,23 +52,12 @@ } ] }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2021-12-13 10:48:24 GMT" }, "yAxis" : { "title" : { "text" : "Total Solutions" } - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-12-13 10:07:51 GMT" } } |
