MCPcopy
hub / github.com/plotly/plotly.js / getHorizontalScrollBar

Function getHorizontalScrollBar

test/jasmine/tests/updatemenus_test.js:1311–1313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1309 }
1310
1311 function getHorizontalScrollBar() {
1312 return document.getElementsByClassName('scrollbar-horizontal')[0];
1313 }
1314
1315 function getVerticalScrollBar() {
1316 return document.getElementsByClassName('scrollbar-vertical')[0];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…