diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-29 03:54:04 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-29 03:54:04 +0100 |
| commit | 139e5f886bf93b64f3485acb4fadf8c7f3254456 (patch) | |
| tree | ed23b94270f0b6b638c691995d533eeacbc27ebb /stats/pwc-current.json | |
| parent | e4cc3c149a4c08fe6140c6d0ed8ef8398fca190f (diff) | |
| download | perlweeklychallenge-club-139e5f886bf93b64f3485acb4fadf8c7f3254456.tar.gz perlweeklychallenge-club-139e5f886bf93b64f3485acb4fadf8c7f3254456.tar.bz2 perlweeklychallenge-club-139e5f886bf93b64f3485acb4fadf8c7f3254456.zip | |
- Added solution in Perl5 by Joelle Maslak.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 64 |
1 files changed, 34 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 3fb15e935d..76fa8116a3 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,67 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "title" : { + "text" : "Perl Weekly Challenge - 006" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-04-29 02:53:50 GMT" }, "drilldown" : { "series" : [ { - "id" : "Joelle Maslak", - "name" : "Joelle Maslak", "data" : [ [ + "Perl 5", + 1 + ], + [ "Perl 6", 1 ] - ] + ], + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" } ] }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "colorByPoint" : 1, "data" : [ { - "drilldown" : "Joelle Maslak", "name" : "Joelle Maslak", - "y" : 1 + "y" : 2, + "drilldown" : "Joelle Maslak" } ], + "colorByPoint" : 1, "name" : "Champions" } ], - "title" : { - "text" : "Perl Weekly Challenge - 006" - }, - "xAxis" : { - "type" : "category" - }, "plotOptions" : { "series" : { "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 }, "borderWidth" : 0 } }, - "tooltip" : { - "followPointer" : 1, - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-04-29 02:44:27 GMT" - }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" } } |
