* Handle plotly_selected events emitted by the Plotly.js library * @param data
(data: any)
| 1289 | * @param data |
| 1290 | */ |
| 1291 | handle_plotly_selected(data: any) { |
| 1292 | this._send_points_callback_message(data, "plotly_selected"); |
| 1293 | } |
| 1294 | |
| 1295 | /** |
| 1296 | * Handle plotly_deselect events emitted by the Plotly.js library |
no test coverage detected