diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-07 14:13:21 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-07 14:13:21 +0000 |
| commit | 0f05cb4d46f8fdbf4477053abe5fe5e71a838b2c (patch) | |
| tree | a8bcc66b07dcd71ef34f917bfd10cef143ea176c /stats/pwc-current.json | |
| parent | 92028b1596f8f63f4b47ff9b0ec7f1574fb862d0 (diff) | |
| download | perlweeklychallenge-club-0f05cb4d46f8fdbf4477053abe5fe5e71a838b2c.tar.gz perlweeklychallenge-club-0f05cb4d46f8fdbf4477053abe5fe5e71a838b2c.tar.bz2 perlweeklychallenge-club-0f05cb4d46f8fdbf4477053abe5fe5e71a838b2c.zip | |
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 87 |
1 files changed, 51 insertions, 36 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 32afbec10b..982a759362 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,8 +1,28 @@ { "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "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/>" + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2022-11-07 14:09:46 GMT" }, "drilldown" : { "series" : [ @@ -23,6 +43,16 @@ { "data" : [ [ + "Raku", + 2 + ] + ], + "id" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "data" : [ + [ "Perl", 2 ], @@ -31,27 +61,33 @@ 2 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "name" : "Roger Bell_West", + "id" : "Roger Bell_West" } ] }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "title" : { + "text" : "The Weekly Challenge - 190" + }, + "legend" : { + "enabled" : 0 }, "series" : [ { - "colorByPoint" : 1, + "name" : "The Weekly Challenge - 190", "data" : [ { + "y" : 8, "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 8 + "drilldown" : "Luca Ferrari" + }, + { + "y" : 2, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" }, { "drilldown" : "Roger Bell_West", @@ -59,28 +95,7 @@ "y" : 4 } ], - "name" : "The Weekly Challenge - 190" + "colorByPoint" : 1 } - ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2022-11-07 13:59:13 GMT" - }, - "title" : { - "text" : "The Weekly Challenge - 190" - } + ] } |
