MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / set_hover_highlight_provider

Method set_hover_highlight_provider

src/plot_widget.rs:788–790  ·  view source on GitHub ↗

Set a custom highlighter for hovered point.

(&mut self, provider: HighlightPointProvider)

Source from the content-addressed store, hash-verified

786 camera_bounds,
787 self.x_axis_scale,
788 self.y_axis_scale,
789 &shape.anchor_position_transform,
790 )?;
791 screen_xy[0] += shape.anchor_offset[0];
792 screen_xy[1] -= shape.anchor_offset[1];
793

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected