(selection: any)
| 553 | return { figure: figure, image: await figure.mark_views.views[0] }; |
| 554 | } |
| 555 | export function getFills(selection: any) { |
| 556 | return selection.nodes().map((el) => el.style.fill); |
| 557 | } |
| 558 | |
| 559 | export function getStrokes(selection: any) { |
| 560 | return selection.nodes().map((el) => el.style.stroke); |
no outgoing calls
no test coverage detected
searching dependent graphs…