(selectionPath, gd, selectionOptions)
| 142 | } |
| 143 | |
| 144 | function setClipPath(selectionPath, gd, selectionOptions) { |
| 145 | var clipAxes = selectionOptions.xref + selectionOptions.yref; |
| 146 | |
| 147 | Drawing.setClipUrl( |
| 148 | selectionPath, |
| 149 | 'clip' + gd._fullLayout._uid + clipAxes, |
| 150 | gd |
| 151 | ); |
| 152 | } |
| 153 | |
| 154 | |
| 155 | function activateSelection(gd, path) { |
no outgoing calls
no test coverage detected
searching dependent graphs…