MCPcopy Index your code
hub / github.com/plotly/plotly.js / getDashArray

Function getDashArray

test/jasmine/tests/parcoords_test.js:1536–1539  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

1534 afterEach(destroyGraphDiv);
1535
1536 function getDashArray(index) {
1537 var highlight = document.querySelectorAll('.highlight')[index];
1538 return highlight.attributes['stroke-dasharray'].value.split(',').map(Number);
1539 }
1540
1541
1542 function checkDashCount(dashArray, intervals) {

Callers 1

parcoords_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…