diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-04 21:30:12 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-04 21:30:12 +0100 |
| commit | d0eb791a49c5580c37f315d74f2779f56a56aa64 (patch) | |
| tree | 3efccb53489c193dcd8f14fed961dc798abb415c /stats/pwc-current.json | |
| parent | fa227edb69e601c1cbf96e547ac41fcc97d6e577 (diff) | |
| download | perlweeklychallenge-club-d0eb791a49c5580c37f315d74f2779f56a56aa64.tar.gz perlweeklychallenge-club-d0eb791a49c5580c37f315d74f2779f56a56aa64.tar.bz2 perlweeklychallenge-club-d0eb791a49c5580c37f315d74f2779f56a56aa64.zip | |
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 67 |
1 files changed, 41 insertions, 26 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 855a8b6bde..3d94d686c9 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,35 +1,50 @@ { - "legend" : { - "enabled" : 0 + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2022-07-04 20:27:18 GMT" }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2022-07-04 20:17:57 GMT" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "id" : "Mark Anderson", + "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ] + }, + { + "id" : "PokGoPun", "name" : "PokGoPun", "data" : [ [ "Perl", 2 ] - ], - "id" : "PokGoPun" + ] }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -40,6 +55,7 @@ 2 ] ], + "name" : "Roger Bell_West", "id" : "Roger Bell_West" } ] @@ -47,36 +63,35 @@ "title" : { "text" : "The Weekly Challenge - 172" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, "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/>" }, + "legend" : { + "enabled" : 0 + }, "series" : [ { "colorByPoint" : 1, + "name" : "The Weekly Challenge - 172", "data" : [ { - "drilldown" : "PokGoPun", "y" : 2, - "name" : "PokGoPun" + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "drilldown" : "PokGoPun", + "name" : "PokGoPun", + "y" : 2 }, { "y" : 4, - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West" + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West" } - ], - "name" : "The Weekly Challenge - 172" + ] } ] } |
