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

Method handle_plotly_hover

js/src/widget.ts:1275–1277  ·  view source on GitHub ↗

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

(data: any)

Source from the content-addressed store, hash-verified

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

Callers 1

perform_renderMethod · 0.45

Calls 1

Tested by

no test coverage detected