UNPKG

dagre-d3-webpack

Version:
14 lines (8 loc) 230 B
var util = require("../util"); module.exports = addSVGLabel; function addSVGLabel(root, node) { var domNode = root; domNode.node().appendChild(node.label); util.applyStyle(domNode, node.labelStyle); return domNode; }