Whether the chart is animating.
(&self)
| 544 | |
| 545 | /// Whether the chart is animating. |
| 546 | pub fn is_animating(&self) -> bool { |
| 547 | self.props.borrow().animation_start_time.is_some() |
| 548 | } |
| 549 | |
| 550 | /// Whether the chart is interactive. |
| 551 | /// |
no outgoing calls
no test coverage detected