From 4f341be697c69e1049ec54b6d143c4975a070ee2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 9 Apr 2019 11:20:06 +0100 Subject: - Fixed data for member Alex Daniel. --- stats/pwc-current.json | 66 +++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'stats/pwc-current.json') 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" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
" + "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" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
", + "followPointer" : 1 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + } } -- cgit