diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 66 |
1 files changed, 31 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f3922557ad..9f3e4e1064 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,67 +1,63 @@ { - "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/>" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Champions", "colorByPoint" : 1, "data" : [ { - "drilldown" : "Joelle Maslak", - "y" : 4, - "name" : "Joelle Maslak" + "name" : "Ozzy", + "drilldown" : "Ozzy", + "y" : 1 } ] } ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-04-29 09:24:04 GMT" + "text" : "[Champions: 1] Last updated at 2019-05-06 07:55:35 GMT" }, - "legend" : { - "enabled" : 0 + "title" : { + "text" : "Perl Weekly Challenge - 007" + }, + "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 }, "drilldown" : { "series" : [ { - "id" : "Joelle Maslak", - "name" : "Joelle Maslak", "data" : [ [ - "Perl 5", - 2 - ], - [ "Perl 6", - 2 + 1 ] - ] + ], + "id" : "Ozzy", + "name" : "Ozzy" } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 006" - }, - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" } } |
