* Counts number of active animations for the chart * @param {Chart} chart
(chart)
| 153 | * @param {Chart} chart |
| 154 | */ |
| 155 | has(chart) { |
| 156 | return this._getAnims(chart).items.length > 0; |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Start animating (all charts) |
no test coverage detected