react-d3-graph
Version: 
React component to build interactive and configurable graphs with d3 effortlessly
17 lines (16 loc) • 321 B
JavaScript
/**
 * @ignore
 * These are common keywords used across rd3g, thus being placed in a more abstract level
 * in the tree directory.
 */
export default {
  SYMBOLS: {
    CIRCLE: "circle",
    CROSS: "cross",
    DIAMOND: "diamond",
    SQUARE: "square",
    STAR: "star",
    TRIANGLE: "triangle",
    WYE: "wye",
  },
};