* Handle plotly_unhover events emitted by the Plotly.js library * @param data
(data: any)
| 1281 | * @param data |
| 1282 | */ |
| 1283 | handle_plotly_unhover(data: any) { |
| 1284 | this._send_points_callback_message(data, "plotly_unhover"); |
| 1285 | } |
| 1286 | |
| 1287 | /** |
| 1288 | * Handle plotly_selected events emitted by the Plotly.js library |
no test coverage detected