Check if the point index is valid for the series
(&self, point_id: &PointId)
| 1815 | state: &Self::State, |
| 1816 | _bounds: Rectangle, |
| 1817 | _cursor: mouse::Cursor, |
| 1818 | ) -> Interaction { |
| 1819 | plot_mouse_interaction(state) |
| 1820 | } |
| 1821 | } |
| 1822 | |
| 1823 | #[cfg(feature = "canvas")] |
| 1824 | impl iced::widget::canvas::Program<PlotUiMessage> for PlotWidget { |
| 1825 | type State = PlotState; |
no test coverage detected