diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 18:33:20 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 18:33:20 +0000 |
| commit | bf26e87598548d78369b10e76c79edd8f78b2995 (patch) | |
| tree | 7ba64f6b274f1611e7c57fbc337bea49c9f4a4b3 /stats/pwc-current.json | |
| parent | 70a2607a33e8b31af41cbc849b2e9e229f10cb05 (diff) | |
| download | perlweeklychallenge-club-bf26e87598548d78369b10e76c79edd8f78b2995.tar.gz perlweeklychallenge-club-bf26e87598548d78369b10e76c79edd8f78b2995.tar.bz2 perlweeklychallenge-club-bf26e87598548d78369b10e76c79edd8f78b2995.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 87 |
1 files changed, 53 insertions, 34 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 856fc01b1a..038d390c7a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,82 @@ { - "series" : [ - { - "name" : "The Weekly Challenge - 149", - "data" : [ - { - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 2 - } - ], - "colorByPoint" : 1 - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 149" - }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - }, - "borderWidth" : 0 + } } }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2022-01-25 18:24:20 GMT" + "text" : "[Champions: 2] Last updated at 2022-01-25 18:31:09 GMT" }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "name" : "James Smith", + "drilldown" : "James Smith", + "y" : 3 + }, + { + "y" : 2, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" + } + ], + "name" : "The Weekly Challenge - 149" + } + ], "drilldown" : { "series" : [ { + "name" : "James Smith", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "id" : "James Smith" + }, + { "id" : "Mark Anderson", + "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ], - "name" : "Mark Anderson" + ] } ] }, "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 + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "The Weekly Challenge - 149" }, "chart" : { "type" : "column" - }, - "xAxis" : { - "type" : "category" } } |
