diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-25 19:25:58 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-25 19:25:58 +0000 |
| commit | b7a375bb18ded007440a99b5f2529d9a870db016 (patch) | |
| tree | 4196b92dbf904cabb4f9253206e1e888ae6c8e41 /stats/pwc-current.json | |
| parent | 0c995329f1442b9618d4eb249a67518b3e1c0ffb (diff) | |
| download | perlweeklychallenge-club-b7a375bb18ded007440a99b5f2529d9a870db016.tar.gz perlweeklychallenge-club-b7a375bb18ded007440a99b5f2529d9a870db016.tar.bz2 perlweeklychallenge-club-b7a375bb18ded007440a99b5f2529d9a870db016.zip | |
- Added solutions by Stuart Little.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 139 |
1 files changed, 77 insertions, 62 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e85212422f..03f3e62aea 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,27 +1,83 @@ { - "legend" : { - "enabled" : 0 + "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/>" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "series" : [ + { + "data" : [ + { + "y" : 2, + "drilldown" : "James Smith", + "name" : "James Smith" + }, + { + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari", + "y" : 4 + }, + { + "y" : 2, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" + }, + { + "y" : 1, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { + "y" : 2, + "drilldown" : "Stuart Little", + "name" : "Stuart Little" + } + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 097" + } + ], + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 097" + }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2021-01-25 19:25:31 GMT" + }, "drilldown" : { "series" : [ { - "id" : "James Smith", - "name" : "James Smith", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "James Smith", + "id" : "James Smith" }, { - "name" : "Luca Ferrari", "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -34,14 +90,14 @@ ] }, { - "name" : "Mark Anderson", - "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Mark Anderson", + "id" : "Mark Anderson" }, { "id" : "Simon Proctor", @@ -52,61 +108,20 @@ 1 ] ] + }, + { + "name" : "Stuart Little", + "id" : "Stuart Little", + "data" : [ + [ + "Raku", + 2 + ] + ] } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 097" - }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2021-01-25 19:17:53 GMT" - }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 097", - "colorByPoint" : 1, - "data" : [ - { - "y" : 2, - "name" : "James Smith", - "drilldown" : "James Smith" - }, - { - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari", - "y" : 4 - }, - { - "y" : 2, - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" - }, - { - "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - } - ] - } - ], - "xAxis" : { - "type" : "category" + "legend" : { + "enabled" : 0 } } |
