* Handle plotly_hover events emitted by the Plotly.js library * @param data
(data: any)
| 1273 | * @param data |
| 1274 | */ |
| 1275 | handle_plotly_hover(data: any) { |
| 1276 | this._send_points_callback_message(data, "plotly_hover"); |
| 1277 | } |
| 1278 | |
| 1279 | /** |
| 1280 | * Handle plotly_unhover events emitted by the Plotly.js library |
no test coverage detected