(d3el, styles)
| 109 | } |
| 110 | |
| 111 | export function applyAttrs(d3el, styles) { |
| 112 | Object.keys(styles).forEach((key) => d3el.attr(key, styles[key])); |
| 113 | return d3el; |
| 114 | } |
| 115 | |
| 116 | export function d3GetEvent() { |
| 117 | // In JupyterLab we can have require('d3-selection').event |
no outgoing calls
no test coverage detected
searching dependent graphs…