Enable or disable autoscaling on updates (default: enabled)
(&mut self, enabled: bool)
| 771 | .padding(PLOT_CONTENT_PADDING) |
| 772 | .style(|theme: &Theme| self.update_style(theme).plot_area) |
| 773 | .into() |
| 774 | } |
| 775 | |
| 776 | fn view_shape_overlay<'a, Message>( |
| 777 | &'a self, |
| 778 | shape: plot_overlay::PlotOverlay<'a, Message>, |