diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-09 11:20:06 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-09 11:20:06 +0100 |
| commit | 4f341be697c69e1049ec54b6d143c4975a070ee2 (patch) | |
| tree | d66df99712ea0ccf566ae8f7e962eb2f78772a14 /stats/pwc-current.json | |
| parent | 56f0e9ef53f8d4279cb129cdf738def23c93985d (diff) | |
| download | perlweeklychallenge-club-4f341be697c69e1049ec54b6d143c4975a070ee2.tar.gz perlweeklychallenge-club-4f341be697c69e1049ec54b6d143c4975a070ee2.tar.bz2 perlweeklychallenge-club-4f341be697c69e1049ec54b6d143c4975a070ee2.zip | |
- Fixed data for member Alex Daniel.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8b6d35f646..19f8827543 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,25 +1,9 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2019-04-08 18:14:25 GMT" - }, "xAxis" : { "type" : "category" }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, - "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/>" + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2019-04-09 10:15:06 GMT" }, "drilldown" : { "series" : [ @@ -30,8 +14,8 @@ 1 ] ], - "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves" + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" }, { "data" : [ @@ -44,8 +28,8 @@ 2 ] ], - "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith" + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { "data" : [ @@ -68,24 +52,26 @@ ] }, { - "name" : "Simon Proctor", - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "title" : { @@ -123,5 +109,19 @@ } ] } - ] + ], + "tooltip" : { + "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/>", + "followPointer" : 1 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + } } |
