MCPcopy Index your code
hub / github.com/bqplot/bqplot / getFills

Function getFills

js/src/test/widget-utils.ts:555–557  ·  view source on GitHub ↗
(selection: any)

Source from the content-addressed store, hash-verified

553 return { figure: figure, image: await figure.mark_views.views[0] };
554}
555export function getFills(selection: any) {
556 return selection.nodes().map((el) => el.style.fill);
557}
558
559export function getStrokes(selection: any) {
560 return selection.nodes().map((el) => el.style.stroke);

Callers 4

scatter.tsFile · 0.90
gridheatmap.tsFile · 0.90
hist.tsFile · 0.90
bars.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…