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

Function getStrokes

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

Source from the content-addressed store, hash-verified

557}
558
559export function getStrokes(selection: any) {
560 return selection.nodes().map((el) => el.style.stroke);
561}
562
563export function getStrokeWidth(selection: any) {
564 return selection.nodes().map((el) => el.style.strokeWidth);

Callers 1

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…