react-d3-graph
Version:
React component to build interactive and configurable graphs with d3 effortlessly
24 lines (22 loc) • 459 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
/**
* @ignore
* These are common keywords used across rd3g, thus being placed in a more abstract level
* in the tree directory.
*/
var _default = {
SYMBOLS: {
CIRCLE: "circle",
CROSS: "cross",
DIAMOND: "diamond",
SQUARE: "square",
STAR: "star",
TRIANGLE: "triangle",
WYE: "wye"
}
};
exports["default"] = _default;
;