diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-22 11:43:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-22 11:43:59 +0100 |
| commit | 2f409d0f142e38f1f30d9acbae48eb10e7c71461 (patch) | |
| tree | 40f1030dc0409c64acf07b6c049a98da73ac97cc /stats/pwc-current.json | |
| parent | ff86a0cc780b27400b9cd8b73f4aa72d056c53f3 (diff) | |
| download | perlweeklychallenge-club-2f409d0f142e38f1f30d9acbae48eb10e7c71461.tar.gz perlweeklychallenge-club-2f409d0f142e38f1f30d9acbae48eb10e7c71461.tar.bz2 perlweeklychallenge-club-2f409d0f142e38f1f30d9acbae48eb10e7c71461.zip | |
- Added blog by James Smith.
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 71f0c93153..286c8f74e6 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,12 +2,16 @@ "drilldown" : { "series" : [ { - "name" : "James Smith", "id" : "James Smith", + "name" : "James Smith", "data" : [ [ "Perl", 2 + ], + [ + "Blog", + 1 ] ] }, @@ -22,34 +26,47 @@ "id" : "Lucas Ransan" }, { - "id" : "Niels van Dijke", "name" : "Niels van Dijke", "data" : [ [ "Perl", 1 ] - ] + ], + "id" : "Niels van Dijke" } ] }, + "title" : { + "text" : "Perl Weekly Challenge - 118" + }, + "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 + }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "series" : [ { - "name" : "Perl Weekly Challenge - 118", "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 118", "data" : [ { - "y" : 2, "name" : "James Smith", + "y" : 3, "drilldown" : "James Smith" }, { - "drilldown" : "Lucas Ransan", + "name" : "Lucas Ransan", "y" : 2, - "name" : "Lucas Ransan" + "drilldown" : "Lucas Ransan" }, { "drilldown" : "Niels van Dijke", @@ -59,35 +76,22 @@ ] } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "subtitle" : { - "text" : "[Champions: 3] Last updated at 2021-06-22 10:38:02 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 118" + "text" : "[Champions: 3] Last updated at 2021-06-22 10:42:13 GMT" }, "xAxis" : { "type" : "category" }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, "legend" : { "enabled" : 0 + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } } } |
