import “../core/subclass”; import “selection”;
function d3_selection_enter(selection) {
d3_subclass(selection, d3_selection_enterPrototype); return selection;
}
var d3_selection_enterPrototype = [];
d3.selection.enter = d3_selection_enter; d3.selection.enter.prototype = d3_selection_enterPrototype;
d3_selection_enterPrototype.append = d3_selectionPrototype.append; d3_selection_enterPrototype.empty = d3_selectionPrototype.empty; d3_selection_enterPrototype.node = d3_selectionPrototype.node; d3_selection_enterPrototype.call = d3_selectionPrototype.call; d3_selection_enterPrototype.size = d3_selectionPrototype.size;
import “enter-select”; import “enter-insert”;