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

Function autoMarginId

src/components/sliders/draw.js:94–96  ·  view source on GitHub ↗
(sliderOpts)

Source from the content-addressed store, hash-verified

92};
93
94function autoMarginId(sliderOpts) {
95 return constants.autoMarginIdRoot + sliderOpts._index;
96}
97
98// This really only just filters by visibility:
99function makeSliderData(fullLayout, gd) {

Callers 2

clearSliderFunction · 0.70
findDimensionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…