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