MCPcopy Index your code
hub / github.com/plotly/plotly.py / handle_plotly_unhover

Method handle_plotly_unhover

js/src/widget.ts:1283–1285  ·  view source on GitHub ↗

* Handle plotly_unhover events emitted by the Plotly.js library * @param data

(data: any)

Source from the content-addressed store, hash-verified

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

Callers 1

perform_renderMethod · 0.45

Calls 1

Tested by

no test coverage detected