header = _.map(data, function(obj){
            return String( !obj.value && isNaN(obj.value) ? '' : obj.value );
          });