Can be used to check if the plot was hovered or clicked.
(&self)
| 1947 | |
| 1948 | /// Can be used to check if the plot was hovered or clicked. |
| 1949 | pub fn response(&self) -> &Response { |
| 1950 | &self.response |
| 1951 | } |
| 1952 | |
| 1953 | /// Scale the plot bounds around a position in plot coordinates. |
| 1954 | /// |
no outgoing calls
no test coverage detected