d3.helper = {}; d3.helper.property = function(value) { return function(_) { if (!arguments.length) return value; value = _; return this; }; };