* Handle plotly_click events emitted by the Plotly.js library * @param data
(data: any)
| 1265 | * @param data |
| 1266 | */ |
| 1267 | handle_plotly_click(data: any) { |
| 1268 | this._send_points_callback_message(data, "plotly_click"); |
| 1269 | } |
| 1270 | |
| 1271 | /** |
| 1272 | * Handle plotly_hover events emitted by the Plotly.js library |
no test coverage detected