UNPKG

react-occult

Version:

Layered Information Visualization based on React and D3

10 lines (8 loc) 273 B
const adjustedAnnotationKeyMapper = d => { const { note = {} } = d.props.noteData; const { label } = note; const id = d.props.noteData.id || `${d.props.noteData.x}-${d.props.noteData.y}`; return `${id}-${label}`; }; export default adjustedAnnotationKeyMapper;