(&self)
| 63 | } |
| 64 | |
| 65 | fn view(&self) -> Element<'_, Message> { |
| 66 | self.widget |
| 67 | .view_with_shapes(self.bottom_shapes(), self.top_shapes(), Message::Plot) |
| 68 | } |
| 69 | |
| 70 | fn bottom_shapes(&self) -> impl Iterator<Item = PlotOverlay<'_, Message>> { |
| 71 | let region = container(text("axes-space region\n (on bottom)").size(13.0)) |
nothing calls this directly
no test coverage detected