(data)
| 892 | return update; |
| 893 | }; |
| 894 | function d3_selection_dataNode(data) { |
| 895 | return { |
| 896 | __data__: data |
| 897 | }; |
| 898 | } |
| 899 | d3_selectionPrototype.datum = function(value) { |
| 900 | return arguments.length ? this.property("__data__", value) : this.property("__data__"); |
| 901 | }; |