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

Method handle_plotly_selected

js/src/widget.ts:1291–1293  ·  view source on GitHub ↗

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

(data: any)

Source from the content-addressed store, hash-verified

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

Callers 1

perform_renderMethod · 0.45

Calls 1

Tested by

no test coverage detected