(sliderOpts)
| 92 | }; |
| 93 | |
| 94 | function autoMarginId(sliderOpts) { |
| 95 | return constants.autoMarginIdRoot + sliderOpts._index; |
| 96 | } |
| 97 | |
| 98 | // This really only just filters by visibility: |
| 99 | function makeSliderData(fullLayout, gd) { |
no outgoing calls
no test coverage detected
searching dependent graphs…