diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-01 16:02:06 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-01 16:02:06 +0100 |
| commit | 40c3f78dd10dbc9f9e425d3e439a01b00bcc2d9a (patch) | |
| tree | 50a583ea5e7385dd343ec5508b42a72d0bb68f90 /stats/pwc-current.json | |
| parent | d83b768b10245ee334907efea43a6a5a0820062e (diff) | |
| download | perlweeklychallenge-club-40c3f78dd10dbc9f9e425d3e439a01b00bcc2d9a.tar.gz perlweeklychallenge-club-40c3f78dd10dbc9f9e425d3e439a01b00bcc2d9a.tar.bz2 perlweeklychallenge-club-40c3f78dd10dbc9f9e425d3e439a01b00bcc2d9a.zip | |
- Updated chart stats.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 125 |
1 files changed, 70 insertions, 55 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 3dae4423d6..e14a2b467e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,46 +1,76 @@ { + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2019-05-01 15:00:30 GMT" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "tooltip" : { + "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/>", + "followPointer" : 1 + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 006" + }, + "xAxis" : { + "type" : "category" + }, "series" : [ { + "colorByPoint" : 1, + "name" : "Champions", "data" : [ { + "name" : "Athanasius", + "drilldown" : "Athanasius", + "y" : 2 + }, + { "drilldown" : "Gustavo Chaves", - "y" : 2, - "name" : "Gustavo Chaves" + "name" : "Gustavo Chaves", + "y" : 2 }, { - "drilldown" : "Joelle Maslak", + "y" : 4, "name" : "Joelle Maslak", - "y" : 4 + "drilldown" : "Joelle Maslak" }, { - "drilldown" : "Simon Proctor", "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 1 }, { + "y" : 2, "drilldown" : "Tim Smith", - "name" : "Tim Smith", - "y" : 2 + "name" : "Tim Smith" } - ], - "name" : "Champions", - "colorByPoint" : 1 + ] } ], - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2019-05-01 10:34:44 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, "drilldown" : { "series" : [ { - "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves", + "id" : "Athanasius", + "name" : "Athanasius", "data" : [ [ "Perl 5", @@ -49,8 +79,16 @@ ] }, { - "name" : "Joelle Maslak", - "id" : "Joelle Maslak", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" + }, + { "data" : [ [ "Perl 5", @@ -60,53 +98,30 @@ "Perl 6", 2 ] - ] + ], + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { - "name" : "Simon Proctor", - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { - "id" : "Tim Smith", - "name" : "Tim Smith", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Tim Smith", + "name" : "Tim Smith" } ] - }, - "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/>" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 006" } } |
