UNPKG

react-d3-graph

Version:

React component to build interactive and configurable graphs with d3 effortlessly

14 lines (12 loc) 263 B
import CONFIG from "../graph/graph.config"; import CONST from "../../const"; export default { ARC: { START_ANGLE: 0, END_ANGLE: 2 * Math.PI, }, DEFAULT_NODE_SIZE: CONFIG.node.size, NODE_LABEL_DX: ".90em", NODE_LABEL_DY: ".35em", ...CONST, };