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

Function selectHeader

test/jasmine/tests/updatemenus_test.js:898–902  ·  view source on GitHub ↗
(menuIndex)

Source from the content-addressed store, hash-verified

896 }
897
898 function selectHeader(menuIndex) {
899 var headers = d3SelectAll('.' + constants.headerClassName);
900 var header = d3Select(headers[0][menuIndex]);
901 return header;
902 }
903
904 function selectButton(buttonIndex, opts) {
905 opts = opts || {};

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…