(&self)
| 506 | series_id, |
| 507 | point_index: i, |
| 508 | }); |
| 509 | } |
| 510 | } |
| 511 | nearest_point |
| 512 | } |
| 513 | |
| 514 | /// Add a hover point to the plot. |
| 515 | pub fn add_hover_point(&mut self, point_id: PointId) { |
| 516 | self.handle_hover_pick::<false>(point_id); |
no outgoing calls
no test coverage detected