How to return the value from meteor.call. Please refer the code for more detail.
highlightStroke: "rgb(15,138,12)",
data:Meteor.call('dataCallYou', Session.get('areaHome'), function(error,you){
if(_.isEmpty(you)){
you=[0,0,0,0]
}
})