(gd, eventData)
| 1560 | } |
| 1561 | |
| 1562 | function emitSelected(gd, eventData) { |
| 1563 | if(eventData) { |
| 1564 | eventData.selections = (gd.layout || {}).selections || []; |
| 1565 | } |
| 1566 | |
| 1567 | gd.emit('plotly_selected', eventData); |
| 1568 | } |
| 1569 | |
| 1570 | function emitDeselect(gd) { |
| 1571 | gd.emit('plotly_deselect', null); |
no outgoing calls
no test coverage detected
searching dependent graphs…