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

Method handle_plotly_click

js/src/widget.ts:1267–1269  ·  view source on GitHub ↗

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

(data: any)

Source from the content-addressed store, hash-verified

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

Callers 1

perform_renderMethod · 0.45

Calls 1

Tested by

no test coverage detected